From 34d8fa54641bbf151b6010f32df2a5b46864dbc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 03:53:08 +0000 Subject: [PATCH] fix(deps): bump org.mockito:mockito-core from 4.11.0 to 5.23.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.23.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.11.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-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b06ed19..355f89c 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { testImplementation('org.junit.jupiter:junit-jupiter:5.13.4') testRuntimeOnly('org.junit.platform:junit-platform-launcher:1.9.3') - testImplementation('org.mockito:mockito-core:4.11.0') + testImplementation('org.mockito:mockito-core:5.23.0') testImplementation('ch.qos.logback:logback-classic:1.3.15') testImplementation('com.github.tomakehurst:wiremock-jre8-standalone:2.35.2') testImplementation('org.assertj:assertj-core:3.27.7')