From 575fe5ae1e17e18f3a5fec4a38ff0748ea58ae89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:17:47 +0000 Subject: [PATCH] Bump org.spockframework:spock-core from 2.3-groovy-4.0 to 2.4-groovy-4.0 Bumps [org.spockframework:spock-core](https://github.com/spockframework/spock) from 2.3-groovy-4.0 to 2.4-groovy-4.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-4.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 11d5318e..c8d21c8f 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-4.0") testRuntimeOnly("net.bytebuddy:byte-buddy:1.18.4") testImplementation("org.apache.commons:commons-compress:1.28.0")