From d9033109a4fd65acd75cea70da305bcc27b58909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 17:36:41 +0000 Subject: [PATCH] build(deps): bump org.mockito:mockito-core from 4.6.1 to 5.7.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 5.7.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.6.1...v5.7.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- android-client-sdk/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-client-sdk/build.gradle b/android-client-sdk/build.gradle index d506300..8b108b8 100644 --- a/android-client-sdk/build.gradle +++ b/android-client-sdk/build.gradle @@ -104,7 +104,7 @@ ext { kotlin_reflect_version = '1.7.0' junit_version = "5.8.2" - mockito_core_version = '4.6.1' + mockito_core_version = '5.7.0' mockito_inline_version = '2.13.0' mockk_version = '1.12.4' hamcrest_version = "2.2"