From 3b1ba4415360bb8ff89b8d5b62227e662db8ea52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 05:56:58 +0000 Subject: [PATCH] Bump org.mockito:mockito-junit-jupiter from 5.13.0 to 5.14.1 Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.13.0 to 5.14.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.13.0...v5.14.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a7ab338..2043c00 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,7 @@ repositories { val creekVersion = "0.4.2-SNAPSHOT" val junitVersion = "5.11.0" val junitPioneerVersion = "2.2.0" -val mockitoVersion = "5.13.0" +val mockitoVersion = "5.14.1" val jmhVersion = "1.37" val confluentVersion = "7.7.0" val vertxVersion = "4.5.9"