Skip to content

Commit

Permalink
update Groovy to v3.0.21 (#2212)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold authored Mar 8, 2024
1 parent e584cb1 commit 7bf1c5f
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 @@ -43,7 +43,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.19'
testImplementation 'org.codehaus.groovy:groovy-test:3.0.21'
}

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

0 comments on commit 7bf1c5f

Please sign in to comment.