From c47409d4268dfc72e94c79edf8e27d19f69a51ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 18:31:22 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.2 to 2.18.1. - [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-minor ... Signed-off-by: dependabot[bot] --- Samples/Gradle/samplelibrary/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Samples/Gradle/samplelibrary/build.gradle b/Samples/Gradle/samplelibrary/build.gradle index 569db1c9..52468221 100644 --- a/Samples/Gradle/samplelibrary/build.gradle +++ b/Samples/Gradle/samplelibrary/build.gradle @@ -11,7 +11,7 @@ repositories { dependencies { implementation 'com.fasterxml:jackson-xml-databind:0.6.2' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1' testImplementation platform('org.junit:junit-bom:5.11.0') testImplementation 'org.junit.jupiter:junit-jupiter' testImplementation 'com.thoughtworks.xstream:xstream:1.4.20'