From df7e8864eeb03cb7244f6efd7559a40cc0ca8377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 02:08:59 +0000 Subject: [PATCH] Bump junit from 1.1.2 to 1.1.3 Bumps junit from 1.1.2 to 1.1.3. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- andcolorpicker/build.gradle | 2 +- app/build.gradle | 2 +- integrationapp/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/andcolorpicker/build.gradle b/andcolorpicker/build.gradle index 5350632..f7f545a 100644 --- a/andcolorpicker/build.gradle +++ b/andcolorpicker/build.gradle @@ -47,6 +47,6 @@ dependencies { implementation "androidx.constraintlayout:constraintlayout:2.1.0-beta02" testImplementation "junit:junit:4.13.2" - androidTestImplementation "androidx.test.ext:junit:1.1.2" + androidTestImplementation "androidx.test.ext:junit:1.1.3" androidTestImplementation "androidx.test.espresso:espresso-core:3.3.0" } diff --git a/app/build.gradle b/app/build.gradle index 4d90bc3..02cabf7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,6 +70,6 @@ dependencies { implementation "com.google.android.gms:play-services-oss-licenses:17.0.0" testImplementation "junit:junit:4.13.2" - androidTestImplementation "androidx.test.ext:junit:1.1.2" + androidTestImplementation "androidx.test.ext:junit:1.1.3" androidTestImplementation "androidx.test.espresso:espresso-core:3.3.0" } diff --git a/integrationapp/build.gradle b/integrationapp/build.gradle index 77046e4..87476b4 100644 --- a/integrationapp/build.gradle +++ b/integrationapp/build.gradle @@ -47,6 +47,6 @@ dependencies { implementation "androidx.constraintlayout:constraintlayout:2.0.4" testImplementation "junit:junit:4.13.2" - androidTestImplementation "androidx.test.ext:junit:1.1.2" + androidTestImplementation "androidx.test.ext:junit:1.1.3" androidTestImplementation "androidx.test.espresso:espresso-core:3.3.0" }