From ff36d2ff3dbea9d842b8b7f24ab331131d0f793a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 11:18:32 +0000 Subject: [PATCH] Update dependency junit:junit to v4.13.2 --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 712fb15..b348d3a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -81,7 +81,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation (name:'ocfclient', ext:'aar') implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1' - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:runner:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' }