We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2747221 commit 9c86b46Copy full SHA for 9c86b46
2 files changed
gradle-ssh-plugin/acceptance-test/build.gradle
@@ -8,7 +8,7 @@ repositories {
8
}
9
10
dependencies {
11
- implementation 'org.spockframework:spock-core:2.3-groovy-3.0'
+ implementation 'org.spockframework:spock-core:2.3-groovy-4.0'
12
13
14
evaluationDependsOn(':gradle-ssh-plugin:core')
gradle-ssh-plugin/core/build.gradle
@@ -13,7 +13,7 @@ dependencies {
implementation gradleApi()
implementation 'org.hidetake:groovy-ssh:2.11.2'
15
testImplementation 'junit:junit:4.13.2'
16
- testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
+ testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
17
testImplementation 'cglib:cglib-nodep:3.3.0'
18
19
0 commit comments