File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88}
99
1010dependencies {
11- implementation ' org.spockframework:spock-core:2.3-groovy-3 .0'
11+ implementation ' org.spockframework:spock-core:2.3-groovy-4 .0'
1212}
1313
1414evaluationDependsOn(' :gradle-ssh-plugin:plugin' )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
1313 implementation gradleApi()
1414 implementation project(' :groovy-ssh:core' )
1515 testImplementation ' junit:junit:4.13.2'
16- testImplementation ' org.spockframework:spock-core:2.3-groovy-3 .0'
16+ testImplementation ' org.spockframework:spock-core:2.3-groovy-4 .0'
1717 testImplementation ' cglib:cglib-nodep:3.3.0'
1818}
1919
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414
1515 testImplementation project(' :groovy-ssh:server-integration-test' )
1616 testImplementation ' org.apache.sshd:sshd-core:2.2.0'
17- testImplementation platform(" org.spockframework:spock-bom:2.3-groovy-3 .0" )
17+ testImplementation platform(" org.spockframework:spock-bom:2.3-groovy-4 .0" )
1818 testImplementation " org.spockframework:spock-core"
1919 testImplementation " org.spockframework:spock-junit4"
2020 testRuntimeOnly ' ch.qos.logback:logback-classic:1.5.18'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515 api ' com.github.mwiede:jsch:2.27.3'
1616 api ' org.slf4j:slf4j-api:2.0.17'
1717
18- testImplementation platform(" org.spockframework:spock-bom:2.3-groovy-3 .0" )
18+ testImplementation platform(" org.spockframework:spock-bom:2.3-groovy-4 .0" )
1919 testImplementation " org.spockframework:spock-core"
2020 testImplementation " org.spockframework:spock-junit4"
2121 testRuntimeOnly ' cglib:cglib-nodep:3.3.0'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 implementation project(' :groovy-ssh:core' )
1111
1212 implementation ' junit:junit:4.13.2'
13- implementation ' org.spockframework:spock-core:2.3-groovy-3 .0'
13+ implementation ' org.spockframework:spock-core:2.3-groovy-4 .0'
1414}
1515
1616test {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515 runtimeOnly ' org.bouncycastle:bcpkix-jdk15on:1.70'
1616
1717 testImplementation ' org.codehaus.groovy.modules.http-builder:http-builder:0.7.1'
18- testImplementation platform(" org.spockframework:spock-bom:2.3-groovy-3 .0" )
18+ testImplementation platform(" org.spockframework:spock-bom:2.3-groovy-4 .0" )
1919 testImplementation " org.spockframework:spock-core"
2020 testImplementation " org.spockframework:spock-junit4"
2121 testRuntimeOnly ' ch.qos.logback:logback-classic:1.5.18'
You can’t perform that action at this time.
0 commit comments