From 452dcf2dec4584f4d33826f69c4c64066ef47b21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:22:12 +0000 Subject: [PATCH] chore(deps): bump androidx.test.ext:junit from 1.1.5 to 1.2.0 in /app Bumps androidx.test.ext:junit from 1.1.5 to 1.2.0. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 222ab47f..21b9a29c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -101,7 +101,7 @@ dependencies { //noinspection GradleDependency implementation 'com.ibm.icu:icu4j:60.2' testImplementation 'junit:junit:4.13.2' - testImplementation 'androidx.test.ext:junit:1.1.5' + testImplementation 'androidx.test.ext:junit:1.2.0' testImplementation 'org.json:json:20240303' testImplementation 'org.powermock:powermock-api-mockito2:2.0.9' testImplementation 'org.powermock:powermock-classloading-xstream:2.0.9' @@ -109,7 +109,7 @@ dependencies { testImplementation 'org.powermock:powermock-module-junit4:2.0.9' testImplementation 'org.robolectric:robolectric:4.12.2' androidTestImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.2.0' androidTestImplementation 'com.squareup.okhttp:okhttp:2.7.5' }