From 947d9551f55c2bc388b27565819cb7fc9fe5b63a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 16:07:52 +0000 Subject: [PATCH] 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] --- app/build.gradle | 2 +- benchmark/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 32441d8f..980c282f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -125,6 +125,6 @@ dependencies { androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' androidTestImplementation 'androidx.arch.core:core-testing:2.1.0' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' + androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.28.3' } diff --git a/benchmark/build.gradle b/benchmark/build.gradle index 216b38e1..004855ac 100644 --- a/benchmark/build.gradle +++ b/benchmark/build.gradle @@ -40,7 +40,7 @@ android { } dependencies { - implementation 'androidx.test.ext:junit:1.1.3' + implementation 'androidx.test.ext:junit:1.1.5' implementation 'androidx.test.espresso:espresso-core:3.4.0' implementation 'androidx.test.uiautomator:uiautomator:2.2.0' implementation 'androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha08'