From 1352fc2b97b35f0da2218db8fb41b1daf40b41ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:04:41 +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 7b4db7ee..6cd9b079 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.18.0' testImplementation('com.github.kbase:java_test_utilities:0.1.0') { exclude group: 'com.fasterxml.jackson.core' // upgrading breaks stuff }