From 1099ee6f1d8974f726a8368e52902400128c03a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 23:52:44 +0000 Subject: [PATCH] chore: bump androidx.test.ext:junit from 1.1.4 to 1.1.5 (#324) Bumps androidx.test.ext:junit from 1.1.4 to 1.1.5. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- testutils/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testutils/build.gradle b/testutils/build.gradle index e1a952462..ee24ebfdb 100644 --- a/testutils/build.gradle +++ b/testutils/build.gradle @@ -53,7 +53,7 @@ dependencies { compileOnly 'org.mockito:mockito-android:5.1.1' api 'androidx.annotation:annotation:1.5.0' - api 'androidx.test.ext:junit:1.1.4' + api 'androidx.test.ext:junit:1.1.5' api 'androidx.test:rules:1.5.0' androidTestCompileOnly project(':android-core') @@ -65,7 +65,7 @@ dependencies { } androidTestImplementation 'androidx.test:runner:1.3.0' - androidTestImplementation 'androidx.test.ext:junit:1.1.4' + androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test:rules:1.5.0' androidTestImplementation 'com.google.firebase:firebase-messaging:20.0.0'