File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/examples/spock/redis Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55
66dependencies {
77 api " io.lettuce:lettuce-core:6.2.1.RELEASE"
8- testImplementation ' org.spockframework:spock-core:2.3-groovy-3 .0'
8+ testImplementation ' org.spockframework:spock-core:2.3-groovy-4 .0'
99 testImplementation project(" :spock" )
1010 testImplementation ' ch.qos.logback:logback-classic:1.3.4'
1111}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description = "Testcontainers :: Spock-Extension"
66
77dependencies {
88 api project(' :testcontainers' )
9- api ' org.spockframework:spock-core:2.3-groovy-3 .0'
9+ api ' org.spockframework:spock-core:2.3-groovy-4 .0'
1010
1111 testImplementation project(' :selenium' )
1212 testImplementation project(' :mysql' )
You can’t perform that action at this time.
0 commit comments