Skip to content

Commit 945a00f

Browse files
fix(deps): update spock monorepo to v2.3-groovy-4.0
1 parent d15220d commit 945a00f

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

gradle-ssh-plugin/acceptance-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
}
99

1010
dependencies {
11-
implementation 'org.spockframework:spock-core:2.3-groovy-3.0'
11+
implementation 'org.spockframework:spock-core:2.3-groovy-4.0'
1212
}
1313

1414
evaluationDependsOn(':gradle-ssh-plugin:plugin')

gradle-ssh-plugin/plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

groovy-ssh/cli/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

groovy-ssh/core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

groovy-ssh/os-integration-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1616
test {

groovy-ssh/server-integration-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)