From 845481a05638d722d8756f7ae20a619790836340 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2019 10:28:58 +0000 Subject: [PATCH] Bump mockito-core from 3.0.0 to 3.1.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.0.0...v3.1.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f96d0451254..d7cc1395d17 100644 --- a/build.gradle +++ b/build.gradle @@ -206,7 +206,7 @@ dependencies { testCompile 'net.bytebuddy:byte-buddy-parent:1.10.1' testRuntime group: 'org.apache.logging.log4j', name: 'log4j-core', version: '3.0.0-20190915.182215-368' testRuntime group: 'org.apache.logging.log4j', name: 'log4j-jul', version: '3.0.0-20190915.182552-364' - testCompile 'org.mockito:mockito-core:3.0.0' + testCompile 'org.mockito:mockito-core:3.1.0' //testCompile 'com.github.tomakehurst:wiremock:2.24.1' testCompile ('org.reflections:reflections:0.9.11') { exclude module: "jsr305"