From 4f2f3034c29fe4dc30c7d2544d5abe91c735df17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 02:15:52 +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.21.2 to 2.21.3. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.3 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 94f85b1..4cc3ff1 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:4.12.0' // JSON Processing - implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.2' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.3' // Testing testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'