diff --git a/jgiven-junit/build.gradle b/jgiven-junit/build.gradle index edf9c4a4fb..adc18f086c 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.14.0" + testImplementation "org.mockito:mockito-core:5.14.1" } test.finalizedBy(jgivenHtml5Report) diff --git a/jgiven-testng/build.gradle b/jgiven-testng/build.gradle index 4bc96ec88e..6b8a447727 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.14.0" + testImplementation "org.mockito:mockito-core:5.14.1" } test.useTestNG() {