From ea383d0dbbe0e0fad8368349ea73d49938eb6045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 17:02:57 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.21.0 to 5.23.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.21.0 to 5.23.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.21.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e064053..f5461a6 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { testImplementation "org.testcontainers:testcontainers-junit-jupiter:$testcontainersVersion" testImplementation "io.fabric8:kubernetes-client:7.4.0" testImplementation "org.awaitility:awaitility:4.3.0" - testImplementation "org.mockito:mockito-core:5.21.0" + testImplementation "org.mockito:mockito-core:5.23.0" testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion" testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion" testImplementation 'com.sparkjava:spark-core:2.9.4'