From b9b5851c0da13fb49da13c3bb432cbb019704aa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 06:03:11 +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] --- lib/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 3e13663..5087a12 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -47,7 +47,7 @@ dependencies { implementation("org.slf4j:slf4j-api:${libs.versions.slf4jVersionrange.get()}!!${libs.versions.slf4j.get()}") testImplementation("ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()}!!${libs.versions.logback.get()}") - testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") + testImplementation("org.spockframework:spock-core:2.4-groovy-5.0") testRuntimeOnly("org.junit.platform:junit-platform-launcher") }