From e9a824ce8c0178c253a5001e24432619a44ffbbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 14:55:58 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.22.0 to 5.23.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.22.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 41bc9be..2ce5125 100644 --- a/build.gradle +++ b/build.gradle @@ -27,8 +27,8 @@ dependencies { testImplementation platform('org.junit:junit-bom:6.0.3') testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3' testImplementation 'org.junit.platform:junit-platform-launcher:6.0.3' - testImplementation 'org.mockito:mockito-core:5.22.0' - mockitoAgent('org.mockito:mockito-core:5.22.0') { + testImplementation 'org.mockito:mockito-core:5.23.0' + mockitoAgent('org.mockito:mockito-core:5.23.0') { transitive = false } }