From c550721b4a6228184fe8eed4647e8f29849fa4f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:19:55 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.20.0 to 5.21.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.20.0 to 5.21.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.20.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 43dd32a..038ec5b 100644 --- a/build.gradle +++ b/build.gradle @@ -24,8 +24,8 @@ dependencies { testImplementation platform('org.junit:junit-bom:6.0.1') testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1' testImplementation 'org.junit.platform:junit-platform-launcher:6.0.1' - testImplementation 'org.mockito:mockito-core:5.20.0' - mockitoAgent('org.mockito:mockito-core:5.20.0') { + testImplementation 'org.mockito:mockito-core:5.21.0' + mockitoAgent('org.mockito:mockito-core:5.21.0') { transitive = false } }