Skip to content

Commit 9377a59

Browse files
authored
Update spock version to 2.3-groovy-4.0 (#6222)
1 parent 8d45839 commit 9377a59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/examples/spock/redis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
dependencies {
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
}

modules/spock/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Testcontainers :: Spock-Extension"
66

77
dependencies {
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')

0 commit comments

Comments
 (0)