From a0c2e04eae23659d04f5526e7bd9259e8b63ea23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 4 Feb 2019 13:13:22 +0100 Subject: [PATCH] Bump mockito-core from 2.23.4 to 2.24.0 (#4626) Bumps [mockito-core](https://github.com/mockito/mockito) from 2.23.4 to 2.24.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.23.4...v2.24.0) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 93cc91533ab..593a8d5ea02 100644 --- a/build.gradle +++ b/build.gradle @@ -170,7 +170,7 @@ dependencies { testCompile 'org.junit-pioneer:junit-pioneer:0.3.0' testRuntime 'org.apache.logging.log4j:log4j-core:2.11.1' testRuntime 'org.apache.logging.log4j:log4j-jul:2.11.1' - testCompile 'org.mockito:mockito-core:2.23.4' + testCompile 'org.mockito:mockito-core:2.24.0' testCompile 'com.github.tomakehurst:wiremock:2.21.0' testCompile 'org.assertj:assertj-swing-junit:3.8.0' testCompile 'org.reflections:reflections:0.9.11'