From 1e527fc1a92f838bed503237015fe00ffa1bfc6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 03:33:53 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.17.0 to 5.23.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.17.0 to 5.23.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.23.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e149acf..07b4add 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ jackson = "2.18.3" javaFormatForPlugins = "0.0.47" junit = "5.12.2" logback = "1.5.27" -mockito = "5.17.0" +mockito = "5.23.0" pitestJunit5="1.2.3" pmdTool="7.0.0" slf4j = "1.7.36"