Pārlūkot izejas kodu

update Groovy to v3.0.15

Stephen Gold 2 gadi atpakaļ
vecāks
revīzija
3d203a16df
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      common.gradle

+ 1 - 1
common.gradle

@@ -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.14'
+    testImplementation 'org.codehaus.groovy:groovy-test:3.0.15'
 }
 
 // Uncomment if you want to see the status of every test that is run and