Skip to content

Commit 0e79fc6

Browse files
Bump spock-core from 1.2-groovy-2.5 to 2.3-groovy-4.0 in /examples
Bumps spock-core from 1.2-groovy-2.5 to 2.3-groovy-4.0. --- updated-dependencies: - dependency-name: org.spockframework:spock-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 986b037 commit 0e79fc6

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)