From 4f5a89dfb16fe267cf43033c5b1b60aa1d15a501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 05:51:50 +0000 Subject: [PATCH] Bump org.mockito:mockito-junit-jupiter from 5.14.1 to 5.14.2 Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.14.1 to 5.14.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.1...v5.14.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... 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 5588a35..ca1f6ce 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,7 @@ repositories { val creekVersion = "0.4.2-SNAPSHOT" val junitVersion = "5.11.1" val junitPioneerVersion = "2.2.0" -val mockitoVersion = "5.14.1" +val mockitoVersion = "5.14.2" val jmhVersion = "1.37" val confluentVersion = "7.7.1" val vertxVersion = "4.5.10"