2
0
Эх сурвалжийг харах

upgrade the groovy-test library to v3.0.13

Stephen Gold 2 жил өмнө
parent
commit
076f2490a5
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      common.gradle

+ 1 - 1
common.gradle

@@ -37,7 +37,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.10'
+    testImplementation 'org.codehaus.groovy:groovy-test:3.0.13'
 }