From 2b2dfe15cc489893e6680270096240ef8c48c406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 15:53:15 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.21.0 to 5.22.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.21.0 to 5.22.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.21.0...v5.22.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.22.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 be18e6f..fabe992 100644 --- a/build.gradle +++ b/build.gradle @@ -24,8 +24,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.21.0' - mockitoAgent('org.mockito:mockito-core:5.21.0') { + testImplementation 'org.mockito:mockito-core:5.22.0' + mockitoAgent('org.mockito:mockito-core:5.22.0') { transitive = false } }