From 9982dd9fb86e0c2638515d09b3a4f7c67ef8852a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:39:16 +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 7b4db7ee..54b2e463 100644 --- a/build.gradle +++ b/build.gradle @@ -226,7 +226,7 @@ dependencies { testImplementation 'io.github.java-diff-utils:java-diff-utils:2.2.0' testImplementation 'de.danielbechler:java-object-diff:0.94' testImplementation 'org.jsoup:jsoup:1.10.2' - testImplementation 'org.mockito:mockito-core:3.0.0' + testImplementation 'org.mockito:mockito-core:5.20.0' testImplementation('com.github.kbase:java_test_utilities:0.1.0') { exclude group: 'com.fasterxml.jackson.core' // upgrading breaks stuff }