Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Update dependency org.codehaus.groovy:groovy-all to v2.5.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 31, 2023
1 parent f44fb93 commit 0dbf47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
testImplementation "org.rundeck.api:rd-api-client:${rdVersion}"

testImplementation group: 'junit', name: 'junit', version: '4.12'
testImplementation "org.codehaus.groovy:groovy-all:2.5.16"
testImplementation "org.codehaus.groovy:groovy-all:2.5.22"
testImplementation "org.spockframework:spock-core:1.3-groovy-2.5"
}

Expand Down

0 comments on commit 0dbf47b

Please sign in to comment.