From 695925880ea5139bd7708cf854f55a9ebe761097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 21:16:05 +0000 Subject: [PATCH] Bump org.mockito:mockito-core in /forgerock-authenticator Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.8.1 to 5.10.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.8.1...v5.10.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- forgerock-authenticator/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forgerock-authenticator/build.gradle b/forgerock-authenticator/build.gradle index 11ce6c3d..f32c2984 100644 --- a/forgerock-authenticator/build.gradle +++ b/forgerock-authenticator/build.gradle @@ -117,7 +117,7 @@ dependencies { testImplementation 'org.robolectric:robolectric:4.8.1' testImplementation 'com.squareup.okhttp3:mockwebserver:4.8.0' testImplementation "com.google.firebase:firebase-messaging:23.1.2" - testImplementation 'org.mockito:mockito-core:4.8.1' + testImplementation 'org.mockito:mockito-core:5.10.0' androidTestImplementation 'androidx.test.ext:junit:1.1.5'