diff --git a/jgiven-junit/build.gradle b/jgiven-junit/build.gradle index b4721a6382..edf9c4a4fb 100644 --- a/jgiven-junit/build.gradle +++ b/jgiven-junit/build.gradle @@ -11,7 +11,7 @@ dependencies { testImplementation libs.bundles.junit4 testImplementation "com.googlecode.junit-toolbox:junit-toolbox:2.4" - testImplementation "org.mockito:mockito-core:5.13.0" + testImplementation "org.mockito:mockito-core:5.14.0" } test.finalizedBy(jgivenHtml5Report) diff --git a/jgiven-testng/build.gradle b/jgiven-testng/build.gradle index 819aeb32ca..4bc96ec88e 100644 --- a/jgiven-testng/build.gradle +++ b/jgiven-testng/build.gradle @@ -10,7 +10,7 @@ dependencies { compileOnly libs.testng testImplementation libs.testng - testImplementation "org.mockito:mockito-core:5.13.0" + testImplementation "org.mockito:mockito-core:5.14.0" } test.useTestNG() {