From 9de44c675eea9959e47c1aca69bcc19992bfad3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:07:18 +0000 Subject: [PATCH] Bump io.github.java-diff-utils:java-diff-utils from 2.2.0 to 4.15 Bumps [io.github.java-diff-utils:java-diff-utils](https://github.com/java-diff-utils/java-diff-utils) from 2.2.0 to 4.15. - [Release notes](https://github.com/java-diff-utils/java-diff-utils/releases) - [Changelog](https://github.com/java-diff-utils/java-diff-utils/blob/master/CHANGELOG.md) - [Commits](https://github.com/java-diff-utils/java-diff-utils/compare/diffutils-2.2...java-diff-utils-parent-4.15) --- updated-dependencies: - dependency-name: io.github.java-diff-utils:java-diff-utils dependency-version: '4.15' 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..fbabf4d8 100644 --- a/build.gradle +++ b/build.gradle @@ -223,7 +223,7 @@ dependencies { } testImplementation 'org.eclipse.jetty:jetty-server:9.3.11.v20160721' testImplementation 'org.eclipse.jetty:jetty-servlet:9.3.11.v20160721' - testImplementation 'io.github.java-diff-utils:java-diff-utils:2.2.0' + testImplementation 'io.github.java-diff-utils:java-diff-utils:4.15' testImplementation 'de.danielbechler:java-object-diff:0.94' testImplementation 'org.jsoup:jsoup:1.10.2' testImplementation 'org.mockito:mockito-core:3.0.0'