Skip to content

Commit

Permalink
update Groovy to v3.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 12, 2023
1 parent 458c1b2 commit 6e9a189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
// Adding dependencies here will add the dependencies to each subproject.
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:3.12.4'
testImplementation 'org.codehaus.groovy:groovy-test:3.0.15'
testImplementation 'org.codehaus.groovy:groovy-test:3.0.16'
}

// Uncomment if you want to see the status of every test that is run and
Expand Down

0 comments on commit 6e9a189

Please sign in to comment.