From c3179c6186b955c34954a3d5fbef367405547e0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 20:52:19 +0000 Subject: [PATCH] build(deps): 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1af8906..1e02fda 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { // Use JUnit test framework testImplementation 'junit:junit:4.13.2' // https://mvnrepository.com/artifact/org.mockito/mockito-core - testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.21.0' + testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.22.0' testImplementation 'org.apache.httpcomponents:httpclient:4.5.14' runtimeOnly 'org.slf4j:slf4j-log4j12:2.0.17'