diff --git a/cli/build.gradle b/cli/build.gradle index 6b910aae..b6a8e98c 100644 --- a/cli/build.gradle +++ b/cli/build.gradle @@ -18,7 +18,7 @@ dependencies { testCompileOnly 'junit:junit:4.13.2' testRuntimeOnly "org.junit.vintage:junit-vintage-engine:${junitJupiterVersion}" - testImplementation "org.mockito:mockito-core:5.14.2" + testImplementation "org.mockito:mockito-core:5.15.2" testImplementation("com.github.stefanbirkner:system-rules:1.19.0") { exclude group: 'junit', module: 'junit-dep' } diff --git a/core/build.gradle b/core/build.gradle index cdd0b29b..38c035e9 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -41,7 +41,7 @@ dependencies { testCompileOnly 'junit:junit:4.13.2' testRuntimeOnly "org.junit.vintage:junit-vintage-engine:${junitJupiterVersion}" testImplementation "org.hamcrest:hamcrest:3.0" - testImplementation "org.mockito:mockito-core:5.14.2" + testImplementation "org.mockito:mockito-core:5.15.2" testImplementation("com.github.stefanbirkner:system-rules:1.19.0") { exclude group: 'junit', module: 'junit-dep' }