From aaa5d889d19896e86f2ff85e53ecea39ddf52f16 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 13 Jul 2021 01:31:54 +0000 Subject: [PATCH] chore(deps): update dependency junit:junit to v4.13.2 --- examples-android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples-android/app/build.gradle b/examples-android/app/build.gradle index 6f23abb..af4b0cd 100644 --- a/examples-android/app/build.gradle +++ b/examples-android/app/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation project(':kgax-grpc-android') implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.1.0' - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13.2' 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'