From 6313a1be961fe621438acaa7669f9f51ca7718d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 21:00:34 +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.19.2 to 2.20.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- flipt-java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flipt-java/build.gradle b/flipt-java/build.gradle index c6dbd99..49271f9 100644 --- a/flipt-java/build.gradle +++ b/flipt-java/build.gradle @@ -23,7 +23,7 @@ java { } dependencies { - implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.0' implementation 'com.squareup.okhttp3:okhttp:5.1.0' testImplementation platform('org.junit:junit-bom:5.11.4')