From 5bf0b5904969ed9ad1ba98fd8324e946bc7fe353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 10:36:44 +0000 Subject: [PATCH] chore(deps): bump org.mockito:mockito-core from 4.6.1 to 5.11.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 5.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.6.1...v5.11.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 db7a953..dd91275 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.11.0' mockito_inline_version = '2.13.0' mockk_version = '1.12.4' hamcrest_version = "2.2"