Skip to content

Commit c6a453d

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.spockframework-spock-core-2.3-groovy-4.0' into combined-pr-branch
2 parents acfe12e + 0e79fc6 commit c6a453d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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:5.2.0.RELEASE"
8-
testImplementation 'org.spockframework:spock-core:1.2-groovy-2.5'
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
}

0 commit comments

Comments
 (0)