From 1a2872759b19a8fa964df48e418ce6f1ebb1a559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 11:01:57 +0000 Subject: [PATCH] Bump mockito-core from 3.11.2 to 4.8.0 in /core Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.2 to 4.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.11.2...v4.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] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index 824c1bb0c4e..87688f357b4 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -143,7 +143,7 @@ dependencies { testImplementation 'com.rabbitmq:amqp-client:5.12.0' testImplementation 'org.mongodb:mongo-java-driver:3.12.9' - testImplementation ('org.mockito:mockito-core:3.11.2') { + testImplementation ('org.mockito:mockito-core:4.8.0') { exclude(module: 'hamcrest-core') } // Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest