From 1715f02044e9ae6c2ec96f2b8efe86f56491da1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:24:20 +0000 Subject: [PATCH] fix(deps): bump org.mockito:mockito-core from 4.9.0 to 5.20.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.9.0 to 5.20.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.9.0...v5.20.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.20.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 654f411..c5ce2ef 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.20.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.6')