From b58ece3f331bc6eed2df7bd21274c9cd4cd66e4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 15:44:35 +0000 Subject: [PATCH] Bump androidx.test.ext:junit from 1.1.3 to 1.2.1 Bumps androidx.test.ext:junit from 1.1.3 to 1.2.1. --- 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 | 2 +- colorpicker/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 568d921..0608cff 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,7 +31,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation project(path: ':colorpicker') testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' implementation "com.google.android.material:material:$material_version" diff --git a/colorpicker/build.gradle b/colorpicker/build.gradle index 277d105..0bdec1e 100644 --- a/colorpicker/build.gradle +++ b/colorpicker/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.0' implementation 'androidx.appcompat:appcompat:1.3.1' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' implementation "com.google.android.material:material:$material_version"