From d74576bd0ffc596f052ae63f2f3f8ca197cab871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 15:30:08 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 3.0.0 to 5.20.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 3.0.0 to 5.20.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.0.0...v5.20.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.20.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 958f45d..7088178 100644 --- a/build.gradle +++ b/build.gradle @@ -154,7 +154,7 @@ dependencies { testImplementation('org.eclipse.jetty:jetty-servlet:9.3.11.v20160721') { exclude group: "javax.servlet", module: "javax.servlet-api" // upgrading breaks tests } - testImplementation 'org.mockito:mockito-core:3.0.0' + testImplementation 'org.mockito:mockito-core:5.20.0' testImplementation 'org.apache.commons:commons-lang3:3.5' testImplementation('com.github.kbase:java_test_utilities:0.1.0') { exclude group: 'com.fasterxml.jackson.core' // upgrading breaks stuff