From a06998245f1adf2aa7fc1e6b8729a30f52ef2334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 12:28:36 +0000 Subject: [PATCH] Bump org.spockframework:spock-core from 2.3-groovy-4.0 to 2.4-groovy-5.0 Bumps [org.spockframework:spock-core](https://github.com/spockframework/spock) from 2.3-groovy-4.0 to 2.4-groovy-5.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-5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api-client/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-client/build.gradle.kts b/api-client/build.gradle.kts index e6851cd7..ef11625f 100644 --- a/api-client/build.gradle.kts +++ b/api-client/build.gradle.kts @@ -93,7 +93,7 @@ dependencies { testImplementation(libs.junitPlatformLauncher) testImplementation(libs.junitPlatformCommons) - testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") + testImplementation("org.spockframework:spock-core:2.4-groovy-5.0") testRuntimeOnly("net.bytebuddy:byte-buddy:1.18.3") testImplementation("org.apache.commons:commons-compress:1.28.0")