From a57ec44248927cd8312bb631fc1a87c9afa09f8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 13:56:36 +0000 Subject: [PATCH] Bump org.spockframework:spock-core from 2.3-groovy-3.0 to 2.4-groovy-3.0 Bumps [org.spockframework:spock-core](https://github.com/spockframework/spock) from 2.3-groovy-3.0 to 2.4-groovy-3.0. - [Release notes](https://github.com/spockframework/spock/releases) - [Changelog](https://github.com/spockframework/spock/blob/master/docs/release_notes.adoc) - [Commits](https://github.com/spockframework/spock/commits) --- updated-dependencies: - dependency-name: org.spockframework:spock-core dependency-version: 2.4-groovy-3.0 dependency-type: direct:production ... 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 1657e9a65..96328dcd8 100644 --- a/conductor-client/build.gradle +++ b/conductor-client/build.gradle @@ -22,7 +22,7 @@ dependencies { testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${versions.junit}" testImplementation 'org.mockito:mockito-core:5.12.0' - testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0' + testImplementation 'org.spockframework:spock-core:2.4-groovy-3.0' testImplementation 'org.codehaus.groovy:groovy:3.0.25' testImplementation 'ch.qos.logback:logback-classic:1.5.32' testImplementation "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:${versions.jackson}"