From e97a98207f0b7a4ba91eb7330ae17353de483898 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 09:43:37 +0000 Subject: [PATCH] Bump junit from 4.13.1 to 4.13.2 (#71) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4b9d1be4..0bc5c10b 100644 --- a/build.gradle +++ b/build.gradle @@ -91,7 +91,7 @@ subprojects { implementation "com.squareup.okhttp3:logging-interceptor:$okhttp3" - testImplementation "junit:junit:4.13.1" + testImplementation "junit:junit:4.13.2" testImplementation "com.squareup.okhttp3:mockwebserver:$okhttp3" testImplementation "com.squareup.retrofit2:retrofit-mock:$retrofit" testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.4.2'