From bfb36e4f637cbaa38ec5b743ddd008bc55657f64 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 23:16:56 +0000 Subject: [PATCH] Bump mockito-inline from 3.5.6 to 3.11.2 Bumps [mockito-inline](https://github.com/mockito/mockito) from 3.5.6 to 3.11.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.5.6...v3.11.2) 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..3ec8f3311 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.11.2' compileOnly 'org.projectlombok:lombok' testCompileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok'