diff --git a/cr-core/build.gradle.kts b/cr-core/build.gradle.kts index 7fcf709..187eef1 100644 --- a/cr-core/build.gradle.kts +++ b/cr-core/build.gradle.kts @@ -69,7 +69,7 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.1") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1") testRuntimeOnly("org.junit.platform:junit-platform-launcher") - testImplementation("org.mockito:mockito-core:5.6.0") + testImplementation("org.mockito:mockito-core:5.23.0") testImplementation("org.slf4j:slf4j-api:2.0.18") testRuntimeOnly("ch.qos.logback:logback-classic:1.6.0")