From 82e794f19e1e95da46c3f3c8042299d712e1ac85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 16:27:31 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 3.0.0 to 5.18.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 3.0.0 to 5.18.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.0.0...v5.18.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.18.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..cc43d6d 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.18.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