Skip to content

Commit a328e74

Browse files
committed
Upgrade to Spock 2.4
Closes gh-105
1 parent 5545388 commit a328e74

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

buildSrc/src/main/groovy/grace.build.common.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ dependencies {
4646
testImplementation libs.junit.jupiter.engine
4747
testImplementation libs.junit.platform.runner
4848
testImplementation libs.slf4j.simple
49-
testImplementation libs.spock.core, {
50-
transitive = false
51-
}
49+
testImplementation libs.spock.core
5250

5351
documentation libs.javaparser
5452
documentation libs.groovy.ant

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rxjava = "1.3.8"
1414
rxjava2 = "2.2.21"
1515
rxjava3 = "3.1.12"
1616
slf4j = "2.0.18"
17-
spock = "2.3-groovy-4.0"
17+
spock = "2.4-groovy-4.0"
1818

1919
[libraries]
2020
bytebuddy = { module = "net.bytebuddy:byte-buddy", version.ref = "bytebuddy" }

0 commit comments

Comments
 (0)