We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acfe12e + 0e79fc6 commit c6a453dCopy full SHA for c6a453d
docs/examples/spock/redis/build.gradle
@@ -5,7 +5,7 @@ plugins {
5
6
dependencies {
7
api "io.lettuce:lettuce-core:5.2.0.RELEASE"
8
- testImplementation 'org.spockframework:spock-core:1.2-groovy-2.5'
+ testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
9
testImplementation project(":spock")
10
testImplementation 'ch.qos.logback:logback-classic:1.3.4'
11
}
0 commit comments