From 60ac7d9a9d88f195a8dc6f40f7b50586f8a17910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 04:04:08 +0000 Subject: [PATCH] [Dependabot]: Bump org.mockito:mockito-core from 5.17.0 to 5.21.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.17.0 to 5.21.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.21.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.21.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 f4d3f6f6..e1c3fcb8 100644 --- a/build.gradle +++ b/build.gradle @@ -112,7 +112,7 @@ dependencies { testRuntimeOnly 'org.junit.platform:junit-platform-launcher' // Mocking libraries - testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.17.0' + testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.21.0' testImplementation group: 'org.wiremock', name: 'wiremock', version: '3.12.1' // Wait test utility