From db094b6f10850b09f178bfb928b2294a6b74e219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 22:13:41 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 2.23.4 to 5.6.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 2.23.4 to 5.6.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.23.4...v5.6.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..81fbceb 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.6.0") { exclude group: 'org.hamcrest', module: 'hamcrest-core' } }