Skip to content

Commit

Permalink
Update dependency org.spockframework:spock-core to v2.3-groovy-4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 22, 2024
1 parent bb9c8da commit 4f68e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle-ssh-plugin/acceptance-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
implementation 'org.spockframework:spock-core:2.3-groovy-3.0'
implementation 'org.spockframework:spock-core:2.3-groovy-4.0'
}

evaluationDependsOn(':gradle-ssh-plugin:core')
Expand Down
2 changes: 1 addition & 1 deletion gradle-ssh-plugin/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation gradleApi()
implementation 'org.hidetake:groovy-ssh:2.11.2'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testImplementation 'cglib:cglib-nodep:3.3.0'
}

Expand Down

0 comments on commit 4f68e5b

Please sign in to comment.