Explorar o código

update Groovy to v3.0.21 (#2212)

Stephen Gold hai 1 ano
pai
achega
7bf1c5f27b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      common.gradle

+ 1 - 1
common.gradle

@@ -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