From efd71064435030846fda0ab756a5a652de13a9f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 09:35:21 +0000 Subject: [PATCH] Bump io.github.java-diff-utils:java-diff-utils from 4.12 to 4.15 Bumps [io.github.java-diff-utils:java-diff-utils](https://github.com/java-diff-utils/java-diff-utils) from 4.12 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/java-diff-utils-parent-4.12...java-diff-utils-parent-4.15) --- updated-dependencies: - dependency-name: io.github.java-diff-utils:java-diff-utils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pdx-tools/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdx-tools/build.gradle b/pdx-tools/build.gradle index 0900897..b7b41b6 100644 --- a/pdx-tools/build.gradle +++ b/pdx-tools/build.gradle @@ -10,7 +10,7 @@ dependencies { implementation 'org.eclipse.collections:eclipse-collections-api:11.1.0' implementation 'org.eclipse.collections:eclipse-collections:11.1.0' implementation 'org.eclipse.collections:eclipse-collections-forkjoin:11.1.0' - implementation 'io.github.java-diff-utils:java-diff-utils:4.12' + implementation 'io.github.java-diff-utils:java-diff-utils:4.15' // testImplementation 'org.eclipse.collections:eclipse-collections-testutils:11.1.0' }