浏览代码

common.gradle: upgrade the mockito-core and groovy-test libraries

Stephen Gold 3 年之前
父节点
当前提交
326a76b8a3
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      common.gradle

+ 3 - 3
common.gradle

@@ -35,8 +35,8 @@ repositories {
 dependencies {
 dependencies {
     // Adding dependencies here will add the dependencies to each subproject.
     // Adding dependencies here will add the dependencies to each subproject.
     testImplementation 'junit:junit:4.13.2'
     testImplementation 'junit:junit:4.13.2'
-    testImplementation 'org.mockito:mockito-core:3.8.0'
-    testImplementation 'org.codehaus.groovy:groovy-test:3.0.7'
+    testImplementation 'org.mockito:mockito-core:3.12.4'
+    testImplementation 'org.codehaus.groovy:groovy-test:3.0.9'
 }
 }
 
 
 
 
@@ -54,7 +54,7 @@ jar {
     manifest {
     manifest {
         attributes 'Implementation-Title': 'jMonkeyEngine',
         attributes 'Implementation-Title': 'jMonkeyEngine',
                    'Implementation-Version': jmeFullVersion,
                    'Implementation-Version': jmeFullVersion,
-                   'Automatic-Module-Name': "${project.name.replace("-", ".")}" 
+                   'Automatic-Module-Name': "${project.name.replace("-", ".")}"
     }
     }
 }
 }