From 002202a273d5e10d43f22df9336dbe4e597320cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 10:04:31 +0000 Subject: [PATCH] build(deps): bump com.fasterxml.jackson.core:jackson-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.20.1 to 2.21.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.2 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 ca327e9..2f07d33 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { api 'cloud.eppo:sdk-common-jvm:3.13.2' implementation 'com.github.zafarkhaja:java-semver:0.10.2' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.2' implementation 'org.ehcache:ehcache:3.11.1' implementation 'org.slf4j:slf4j-api:2.0.17' implementation 'org.jetbrains:annotations:26.0.2'