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

Commit

Permalink
fix(deps): update dependency org.apache.groovy:groovy to v4.0.16 (#225)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 30, 2023
1 parent 21a96d6 commit 72d0d00
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 @@ -42,7 +42,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
testCompileOnly group: 'junit', name: 'junit', version: '4.13.2'
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine'
testImplementation group: 'org.apache.groovy', name: 'groovy', version: '4.0.15'
testImplementation group: 'org.apache.groovy', name: 'groovy', version: '4.0.16'
testImplementation group: 'org.spockframework', name: 'spock-core', version: '2.3-groovy-4.0'
testImplementation group: 'org.spockframework', name:'spock-junit4', version: '2.3-groovy-4.0'
testImplementation group: 'cglib', name: 'cglib-nodep', version: '3.3.0'
Expand Down

0 comments on commit 72d0d00

Please sign in to comment.