From 11b1b6b33722a53f6c775d4420544a41465e6ce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 03:27:58 +0000 Subject: [PATCH] chore(deps): bump com.fasterxml.jackson.core:jackson-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.3 to 2.16.0. - [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 e315a00..b5dd5b1 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ dependencies { annotationProcessor "org.projectlombok:lombok:$lombokVersion" implementation platform("com.squareup.okhttp3:okhttp-bom:4.12.0") implementation "com.squareup.okhttp3:okhttp" - implementation "com.fasterxml.jackson.core:jackson-databind:2.15.3" + implementation "com.fasterxml.jackson.core:jackson-databind:2.16.0" testImplementation 'com.auth0:java-jwt:4.4.0' testImplementation 'commons-io:commons-io:2.15.0'