From d105905efcd6461dc11a6374f458525f571d2901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:20:57 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.datatype:jackson-datatype-jdk8 Bumps com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.15.2 to 2.19.2. --- updated-dependencies: - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8 dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- conductor-client/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conductor-client/build.gradle b/conductor-client/build.gradle index 7f7c36b47..c20a22845 100644 --- a/conductor-client/build.gradle +++ b/conductor-client/build.gradle @@ -26,7 +26,7 @@ dependencies { testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0' testImplementation 'org.codehaus.groovy:groovy:3.0.25' testImplementation 'ch.qos.logback:logback-classic:1.5.6' - testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2' + testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.19.2' } java {