File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ dependencies {
9999 testImplementation(" de.gesellix:testutil:[2.0.0-202606131033,)" )
100100
101101 testImplementation(" org.junit.platform:junit-platform-launcher:6.1.0" )
102- testImplementation(" org.spockframework:spock-core:2.4-groovy-3 .0" )
102+ testImplementation(" org.spockframework:spock-core:2.4-groovy-4 .0" )
103103 testRuntimeOnly(" net.bytebuddy:byte-buddy:1.18.10" )
104104 testRuntimeOnly(" org.objenesis:objenesis:3.5" )
105105 testImplementation(" io.github.joke:spock-mockable:2.3.0" )
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ dependencies {
6666 implementation(libs.slf4j)
6767 runtimeOnly(" ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()} !!${libs.versions.logback.get()} " )
6868
69- testImplementation(" org.spockframework:spock-core:2.4-groovy-3 .0" )
69+ testImplementation(" org.spockframework:spock-core:2.4-groovy-4 .0" )
7070 testRuntimeOnly(" org.junit.platform:junit-platform-launcher:6.1.0" )
7171 testRuntimeOnly(" net.bytebuddy:byte-buddy:1.18.10" )
7272 testRuntimeOnly(" ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()} !!${libs.versions.logback.get()} " )
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ dependencies {
7373
7474 testImplementation(" de.gesellix:docker-registry:2.0.0-202606131232" )
7575 testImplementation(" de.gesellix:testutil:[2.0.0-202606131033,)" )
76- testImplementation(" org.spockframework:spock-core:2.4-groovy-3 .0" )
76+ testImplementation(" org.spockframework:spock-core:2.4-groovy-4 .0" )
7777 testRuntimeOnly(" org.junit.platform:junit-platform-launcher:6.1.0" )
7878 testRuntimeOnly(" net.bytebuddy:byte-buddy:1.18.10" )
7979 testImplementation(" org.apache.commons:commons-lang3:3.20.0" )
You can’t perform that action at this time.
0 commit comments