Skip to content

Commit 9c86b46

Browse files
Update dependency org.spockframework:spock-core to v2.3-groovy-4.0
1 parent 2747221 commit 9c86b46

2 files changed

Lines changed: 2 additions & 2 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:core')

gradle-ssh-plugin/core/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 'org.hidetake:groovy-ssh:2.11.2'
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

0 commit comments

Comments
 (0)