Skip to content

Commit

Permalink
Update spock monorepo to v2.3-groovy-4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 29, 2023
1 parent 93a1c75 commit 9a26da6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {

testImplementation project(':server-integration-test')
testImplementation 'org.apache.sshd:sshd-core:2.2.0'
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-3.0")
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0")
testImplementation "org.spockframework:spock-core"
testImplementation "org.spockframework:spock-junit4"
testRuntimeOnly 'ch.qos.logback:logback-classic:1.4.8'
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
api 'com.github.mwiede:jsch:0.2.5'
api 'org.slf4j:slf4j-api:2.0.7'

testImplementation platform("org.spockframework:spock-bom:2.3-groovy-3.0")
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0")
testImplementation "org.spockframework:spock-core"
testImplementation "org.spockframework:spock-junit4"
testRuntimeOnly 'cglib:cglib-nodep:3.3.0'
Expand Down
2 changes: 1 addition & 1 deletion os-integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation project(':core')

implementation 'junit:junit:4.13.2'
implementation 'org.spockframework:spock-core:2.3-groovy-3.0'
implementation 'org.spockframework:spock-core:2.3-groovy-4.0'
}

test {
Expand Down
2 changes: 1 addition & 1 deletion server-integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
runtimeOnly 'org.bouncycastle:bcpkix-jdk15on:1.70'

testImplementation 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.1'
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-3.0")
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0")
testImplementation "org.spockframework:spock-core"
testImplementation "org.spockframework:spock-junit4"
testRuntimeOnly 'ch.qos.logback:logback-classic:1.4.8'
Expand Down

0 comments on commit 9a26da6

Please sign in to comment.