From 52c34f605a8cb7ea5d41d3c4c22829b5f13e5e65 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2020 23:18:03 +0000 Subject: [PATCH] Bump mockito-inline from 3.5.6 to 3.5.11 Bumps [mockito-inline](https://github.com/mockito/mockito) from 3.5.6 to 3.5.11. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.5.6...v3.5.11) Signed-off-by: dependabot-preview[bot] --- commons/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/build.gradle b/commons/build.gradle index 7bc61d0b6..8b48ed153 100644 --- a/commons/build.gradle +++ b/commons/build.gradle @@ -22,7 +22,7 @@ dependencies { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' } testImplementation 'io.projectreactor:reactor-test' - testImplementation 'org.mockito:mockito-inline:3.5.6' + testImplementation 'org.mockito:mockito-inline:3.5.11' compileOnly 'org.projectlombok:lombok' testCompileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok'