From 49e0759741525d3c159e2744687fd76a7c5d55bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 17:17:47 +0000 Subject: [PATCH] fix(deps): Bump androidx.test.ext:junit from 1.1.3 to 1.1.5 Bumps androidx.test.ext: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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 63dc7d6a..7c88c5a8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -170,7 +170,7 @@ dependencies { // Instrumentation Testing androidTestImplementation 'androidx.test:runner:1.4.0' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' + androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinCoroutinesVersion" androidTestImplementation "io.grpc:grpc-testing:$grpcVersion" androidTestImplementation('androidx.test.espresso:espresso-core:3.5.1') {