From 2f52b706bd50b1c53561549dcf6287345c087c16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 08:20:32 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 3.0.0 to 5.21.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 3.0.0 to 5.21.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.0.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-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 d78c576..7d7bd92 100644 --- a/build.gradle +++ b/build.gradle @@ -97,7 +97,7 @@ dependencies { testImplementation 'junit:junit:4.9' testImplementation 'com.google.guava:guava:18.0' - testImplementation 'org.mockito:mockito-core:3.0.0' + testImplementation 'org.mockito:mockito-core:5.21.0' testImplementation 'com.github.zafarkhaja:java-semver:0.9.0' testImplementation 'commons-io:commons-io:2.4' testImplementation 'com.github.kbase:java_test_utilities:0.1.0'