소스 검색

jme3-android-examples: upgrade the "junit" library to v4.13.2

Stephen Gold 3 년 전
부모
커밋
22d8634a45
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jme3-android-examples/build.gradle

+ 1 - 1
jme3-android-examples/build.gradle

@@ -41,7 +41,7 @@ android {
 
 dependencies {
     implementation fileTree(dir: 'libs', include: ['*.jar'])
-    testImplementation 'junit:junit:4.12'
+    testImplementation 'junit:junit:4.13.2'
     implementation 'com.android.support:appcompat-v7:28.0.0'
 
     implementation project(':jme3-core')