From 4d11cd9ab90738bbbe81bd2ae2bf1b6c6be766ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 00:38:45 +0000 Subject: [PATCH] Update dependency org.mockito:mockito-core to v5.14.0 Signed-off-by: Renovate Bot --- jgiven-junit/build.gradle | 2 +- jgiven-testng/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() {