From 5be7f01411264011706af120821e1a72849ec2c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 07:54:48 +0000 Subject: [PATCH] Bump io.github.java-diff-utils:java-diff-utils from 4.9 to 4.16 Bumps [io.github.java-diff-utils:java-diff-utils](https://github.com/java-diff-utils/java-diff-utils) from 4.9 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/java-diff-utils-parent-4.9...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-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5ad7a0b..eb9e0e2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ dependencies { exclude(group = "io.swagger.core.v3", module = "swagger-annotations") } - testImplementation("io.github.java-diff-utils:java-diff-utils:4.9") + testImplementation("io.github.java-diff-utils:java-diff-utils:4.16") testImplementation (platform(libs.groovy.bom)) testImplementation ("org.apache.groovy:groovy") testImplementation ("org.apache.groovy:groovy-nio") @@ -58,7 +58,7 @@ dependencies { testImplementation (libs.mockk) testImplementation (libs.logback) - testIntImplementation("io.github.java-diff-utils:java-diff-utils:4.9") + testIntImplementation("io.github.java-diff-utils:java-diff-utils:4.16") testIntImplementation (platform(libs.groovy.bom)) testIntImplementation ("org.apache.groovy:groovy") testIntImplementation ("org.apache.groovy:groovy-nio")