From ac19a32a0b92a6de4ee8e9d5ae534e59b9151154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 04:33:35 +0000 Subject: [PATCH] build(deps): bump org.mockito:mockito-core from 5.15.2 to 5.23.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.15.2 to 5.23.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.15.2...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] --- python-embed-maven-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-embed-maven-plugin/build.gradle b/python-embed-maven-plugin/build.gradle index 8cfd51e..5d2b1ec 100644 --- a/python-embed-maven-plugin/build.gradle +++ b/python-embed-maven-plugin/build.gradle @@ -57,7 +57,7 @@ dependencies { testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.apache.maven:maven-compat:3.9.9' testImplementation 'org.apache.maven.plugin-testing:maven-plugin-testing-harness:3.3.0' - testImplementation 'org.mockito:mockito-core:5.15.2' + testImplementation 'org.mockito:mockito-core:5.23.0' } tasks.withType(JavaCompile).configureEach {