From 3f72b14168a057e9c5dfcd4662033f7825dfe8e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 01:08:10 +0000 Subject: [PATCH] Update dependency org.mockito:mockito-core to v5.14.1 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 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() {