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'