From 7649010524c7c7dde4ad14e79937b8250ce8e98b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 22:04:30 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 2.23.4 to 5.8.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 2.23.4 to 5.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.23.4...v5.8.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f4226db..75fbdbb 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies { testImplementation ('com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.7.1') { exclude group: 'junit', module: 'junit' } - testImplementation ("org.mockito:mockito-core:2.23.4") { + testImplementation ("org.mockito:mockito-core:5.8.0") { exclude group: 'org.hamcrest', module: 'hamcrest-core' } }