From ae1b656f1d99be3de3bc1fec9227b1bfda782875 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 23:17:17 +0000 Subject: [PATCH] Bump mockito-inline from 3.5.6 to 3.5.15 Bumps [mockito-inline](https://github.com/mockito/mockito) from 3.5.6 to 3.5.15. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.5.6...v3.5.15) 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..9a057cdbd 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.15' compileOnly 'org.projectlombok:lombok' testCompileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok'