From 3639ffa5a4793e9157f70b5ff8772d7585fe92c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 22:18:32 +0000 Subject: [PATCH] chore: bump junit from 1.1.4 to 1.1.5 (#299) Bumps 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- testutils/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testutils/build.gradle b/testutils/build.gradle index 7df073456..c3918eaf8 100644 --- a/testutils/build.gradle +++ b/testutils/build.gradle @@ -53,7 +53,7 @@ dependencies { compileOnly 'org.mockito:mockito-android:4.10.0' 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')