From f10e3e8b05327fca1657bd6a52041a82f039d9f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 16:12:00 +0000 Subject: [PATCH] chore: bump junit from 1.1.3 to 1.1.5 Bumps junit from 1.1.3 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] --- testutils/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testutils/build.gradle b/testutils/build.gradle index 0e69ef73e..e1c998212 100644 --- a/testutils/build.gradle +++ b/testutils/build.gradle @@ -51,7 +51,7 @@ dependencies { compileOnly 'org.mockito:mockito-android:3.0.0' api 'androidx.annotation:annotation:1.4.0' - api 'androidx.test.ext:junit:1.1.3' + api 'androidx.test.ext:junit:1.1.5' api 'androidx.test:rules:1.4.0' androidTestCompileOnly project(':android-core')