From 2008653234b3f7a8b9e4f2a3194442a920db182f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 14:57:36 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.13.3 to 2.15.0 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.13.3 to 2.15.0. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4c105ca..5c8ca15 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { compile ('com.auth0:java-jwt:3.19.2'){ exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind' } - compile 'com.fasterxml.jackson.core:jackson-databind:2.13.3' + compile 'com.fasterxml.jackson.core:jackson-databind:2.15.0' compile 'org.apache.commons:commons-lang3:3.12.0' // validation compile group: 'org.hibernate.validator', name: 'hibernate-validator', version: '7.0.5.Final'