mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-05-01 20:38:34 +02:00
Update various Gradle dependency versions
This commit is contained in:
parent
fd32ae9081
commit
6b08b7d2b5
8 changed files with 13 additions and 11 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue