Skip to content

Commit 7bf1c5f

Browse files
authored
update Groovy to v3.0.21 (#2212)
1 parent e584cb1 commit 7bf1c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
// Adding dependencies here will add the dependencies to each subproject.
4444
testImplementation 'junit:junit:4.13.2'
4545
testImplementation 'org.mockito:mockito-core:3.12.4'
46-
testImplementation 'org.codehaus.groovy:groovy-test:3.0.19'
46+
testImplementation 'org.codehaus.groovy:groovy-test:3.0.21'
4747
}
4848

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

0 commit comments

Comments
 (0)