From 305cec166de49fa6c88c001c56ceac6e09990244 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Apr 2021 23:15:08 +0000 Subject: [PATCH] Bump mockito-inline from 3.5.6 to 3.9.0 Bumps [mockito-inline](https://github.com/mockito/mockito) from 3.5.6 to 3.9.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.5.6...v3.9.0) 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..7262af383 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.9.0' compileOnly 'org.projectlombok:lombok' testCompileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok'