From f664735d922b11782c0f81936efe93c05794a6cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:52:45 +0000 Subject: [PATCH] chore(deps): bump com.fasterxml.jackson.core:jackson-databind (#341) Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.1 to 2.18.2. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 0a535f1..562ffc2 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.18.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2' implementation 'com.squareup.okhttp3:okhttp:4.12.0' testImplementation platform('org.junit:junit-bom:5.11.3') testImplementation 'org.junit.jupiter:junit-jupiter'