From 9be16184d4cf95b7c8387e2133635b567f3e5351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:28:38 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.13.0 to 5.14.2 in /android Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.13.0 to 5.14.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.13.0...v5.14.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 92bf1bce..e39fdae2 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -11,7 +11,7 @@ allprojects { yubiKitVersion = "2.7.0" junitVersion = "4.13.2" - mockitoVersion = "5.13.0" + mockitoVersion = "5.14.2" } }