From 050c91d1d5e0acc643f1139aea039cd2311e4184 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 22:58:45 +0000 Subject: [PATCH] Update dependency io.github.java-diff-utils:java-diff-utils to v4.15 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 383ca7c9..4a20fc34 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ junit = "5.11.3" okio = "3.9.1" byteunits = "0.9.1" asm = "9.7.1" -javaDiffUtils = "4.12" +javaDiffUtils = "4.15" picnic = "0.7.0" kotlin = "2.0.21" ktlint-gradle-plugin = "0.10.0"