diff --git a/build.gradle.kts b/build.gradle.kts index 3df056d..9232760 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -127,7 +127,7 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter-params") testImplementation("io.projectreactor:reactor-test") - testImplementation(platform("org.mockito:mockito-bom:5.14.1")) // Needs to be compatible with Micronaut BOM + testImplementation(platform("org.mockito:mockito-bom:5.14.2")) // Needs to be compatible with Micronaut BOM testImplementation("org.mockito:mockito-core") testImplementation("org.mockito:mockito-junit-jupiter") testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")