From 185ba50632b0ffb2a7a3aea980b5c23bc67a0789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 16:11:47 +0000 Subject: [PATCH] chore: bump junit from 1.1.3 to 1.1.4 Bumps junit from 1.1.3 to 1.1.4. --- 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..e665383ff 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.4' api 'androidx.test:rules:1.4.0' androidTestCompileOnly project(':android-core')