From 8bc32d9a7440c561f8414a62203d3bfb9eae31b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 19:34:25 +0200 Subject: [PATCH] Bump androidx.test.ext:junit from 1.1.5 to 1.2.0 (#144) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- adobecolor/build.gradle | 2 +- app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adobecolor/build.gradle b/adobecolor/build.gradle index 9e58406..c9486c4 100644 --- a/adobecolor/build.gradle +++ b/adobecolor/build.gradle @@ -50,7 +50,7 @@ dependencies { // Test dependencies testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } diff --git a/app/build.gradle b/app/build.gradle index ccae87e..7f863cf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,6 +50,6 @@ dependencies { // Test dependencies testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } \ No newline at end of file