Skip to content

Commit

Permalink
update Groovy to v3.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Apr 27, 2023
1 parent 76ebd14 commit 53815ae
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.16'
testImplementation 'org.codehaus.groovy:groovy-test:3.0.17'
}

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

0 comments on commit 53815ae

Please sign in to comment.