From 44288b688cbdb4b8b7c905e13e2621e07a9ef191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:19:37 +0000 Subject: [PATCH] Bump io.github.java-diff-utils:java-diff-utils from 2.2.0 to 4.16 Bumps [io.github.java-diff-utils:java-diff-utils](https://github.com/java-diff-utils/java-diff-utils) from 2.2.0 to 4.16. - [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.16) --- updated-dependencies: - dependency-name: io.github.java-diff-utils:java-diff-utils dependency-version: '4.16' 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..1a34d547 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.16' testImplementation 'de.danielbechler:java-object-diff:0.94' testImplementation 'org.jsoup:jsoup:1.10.2' testImplementation 'org.mockito:mockito-core:3.0.0'