From 63ff7d4b15d235b4de768b45b1ea7296d2550e9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 03:21:04 +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.17.0 to 2.17.1. - [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-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index be53bf2..ef78174 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.17.0" + implementation "com.fasterxml.jackson.core:jackson-databind:2.17.1" testImplementation 'com.auth0:java-jwt:4.4.0' testImplementation 'commons-io:commons-io:2.16.0'