From e14550a990092561fd81d6fab65462b0a14d914a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 05:04:41 +0000 Subject: [PATCH] Bump org.mockito:mockito-junit-jupiter from 5.18.0 to 5.20.0 Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.18.0 to 5.20.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.18.0...v5.20.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.20.0 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 2e444592..120c5a80 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,7 @@ repositories { val creekVersion = "0.4.3" val junitVersion = "5.13.4" val junitPioneerVersion = "2.3.0" -val mockitoVersion = "5.18.0" +val mockitoVersion = "5.20.0" val jmhVersion = "1.37" val confluentVersion = "8.0.0" val vertxVersion = "5.0.2"