From ee4bfc13c00955283f1781939ca1022a3ae0a17b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 19 Nov 2018 00:32:58 +0000 Subject: [PATCH] Bump mockito-core from 2.13.0 to 2.23.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 2.13.0 to 2.23.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.13.0...v2.23.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 eeeaf08..29228b7 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { testImplementation 'org.glassfish:javax.json:1.1.4' testImplementation 'org.junit.jupiter:junit-jupiter-engine' testImplementation 'org.assertj:assertj-core:3.11.1' - testImplementation 'org.mockito:mockito-core:2.13.0' + testImplementation 'org.mockito:mockito-core:2.23.0' } test {