From 1bd3cb84b2f722a8442804d35cecfcd53aa95f4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 17:57:40 +0000 Subject: [PATCH] Update dependency androidx.test.ext:junit to v1.1.5 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f79f72466..ea078b331 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -260,7 +260,7 @@ dependencies { androidTestImplementation(libs.make.it.easy) androidTestImplementation(libs.androidx.test.runner) androidTestImplementation(libs.androidx.test.rules) - androidTestImplementation("androidx.test.ext:junit:1.1.4") + androidTestImplementation("androidx.test.ext:junit:1.1.5") androidTestImplementation(libs.okhttp.mockwebserver) testImplementation("junit:junit:4.13.2")