diff --git a/cli/build.gradle b/cli/build.gradle index bfdf8bb1..aeefc5e2 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.13.0" + testImplementation "org.mockito:mockito-core:5.14.1" 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 91c5aee9..4acd49f2 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.13.0" + testImplementation "org.mockito:mockito-core:5.14.1" testImplementation("com.github.stefanbirkner:system-rules:1.19.0") { exclude group: 'junit', module: 'junit-dep' }