From 81f07e09903431b31e955fb966b26c2c039a2e6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 03:02:59 +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.1 to 2.21.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.1 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 4833104d..396431a8 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ dependencies { annotationProcessor "org.projectlombok:lombok:$lombokVersion" implementation platform("com.squareup.okhttp3:okhttp-bom:5.3.2") implementation "com.squareup.okhttp3:okhttp" - implementation "com.fasterxml.jackson.core:jackson-databind:2.17.1" + implementation "com.fasterxml.jackson.core:jackson-databind:2.21.1" testImplementation 'com.auth0:java-jwt:4.5.0' testImplementation 'commons-io:commons-io:2.21.0'