Skip to content

Commit aa9f4aa

Browse files
Bump spock-core from 1.3-groovy-2.5 to 2.1-groovy-3.0
Bumps spock-core from 1.3-groovy-2.5 to 2.1-groovy-3.0. --- updated-dependencies: - dependency-name: org.spockframework:spock-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3857cc8 commit aa9f4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
implementation("com.github.node-gradle:gradle-node-plugin:2.2.0")
3535

3636
testImplementation("junit:junit:4.13")
37-
testImplementation("org.spockframework:spock-core:1.3-groovy-2.5") {
37+
testImplementation("org.spockframework:spock-core:2.1-groovy-3.0") {
3838
exclude(module = "groovy-all")
3939
}
4040
}

0 commit comments

Comments
 (0)