[Android/Test] junit ver
authorJaeyun <jy1210.jung@samsung.com>
Thu, 8 Apr 2021 09:33:54 +0000 (18:33 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Thu, 8 Apr 2021 10:17:31 +0000 (19:17 +0900)
Fix avas scan report, set junit ver 4.13.1.

Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
java/android/nnstreamer/build.gradle

index 4325807..edbca17 100644 (file)
@@ -93,7 +93,7 @@ android {
 dependencies {
     implementation fileTree(include: ['*.jar'], dir: 'libs')
     implementation 'com.android.support:appcompat-v7:28.0.0'
-    testImplementation 'junit:junit:4.12'
+    testImplementation 'junit:junit:4.13.1'
     androidTestImplementation 'com.android.support.test:rules:1.0.2'
     androidTestImplementation 'com.android.support.test:runner:1.0.2'
     androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'