From b906188882fa339a7104ab6ce831d5132423cb45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Nov 2020 06:29:00 +0000 Subject: [PATCH] Bump mockito-core from 3.5.13 to 3.6.28 in /core Bumps [mockito-core](https://github.com/mockito/mockito) from 3.5.13 to 3.6.28. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.5.13...v3.6.28) 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 e043313ac38..07ec788a22d 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -205,7 +205,7 @@ dependencies { testCompile 'com.rabbitmq:amqp-client:5.9.0' testCompile 'org.mongodb:mongo-java-driver:3.12.7' - testCompile ('org.mockito:mockito-core:3.5.13') { + testCompile ('org.mockito:mockito-core:3.6.28') { exclude(module: 'hamcrest-core') } // Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest