Skip to content

Commit

Permalink
Update dependency org.codehaus.groovy:groovy-all to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent dca531f commit f011ddd
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 @@ -59,7 +59,7 @@ dependencies {
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'

testImplementation 'junit:junit:4.13.2'
testImplementation "org.codehaus.groovy:groovy-all:2.5.23"
testImplementation "org.codehaus.groovy:groovy-all:3.0.22"
testImplementation "org.spockframework:spock-core:1.3-groovy-2.5"
testImplementation "cglib:cglib-nodep:3.3.0"
testImplementation group: 'org.objenesis', name: 'objenesis', version: '1.2'
Expand Down

0 comments on commit f011ddd

Please sign in to comment.