Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.5.18'
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.26'
api 'org.slf4j:slf4j-api:2.0.17'

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.5.18'
Expand Down
Loading