Update various Gradle dependency versions

This commit is contained in:
Daz DeBoer
2022-10-20 06:52:58 -06:00
parent fd32ae9081
commit 6b08b7d2b5
8 changed files with 13 additions and 11 deletions

View File

@@ -14,8 +14,8 @@ repositories {
dependencies {
testImplementation gradleTestKit()
testImplementation 'org.spockframework:spock-core:2.2-groovy-3.0'
testImplementation('org.spockframework:spock-junit4:2.2-groovy-3.0')
testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
testImplementation('org.spockframework:spock-junit4:2.3-groovy-3.0')
testImplementation ('io.ratpack:ratpack-groovy-test:1.9.0') {
exclude group: 'org.codehaus.groovy', module: 'groovy-all'