From 89f55e7d8d9f9e4c3ffbc4e5dafa285d9f303af6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 05:20:54 +0000 Subject: [PATCH] Bump java-diff-utils from 4.9 to 4.10 Bumps [java-diff-utils](https://github.com/java-diff-utils/java-diff-utils) from 4.9 to 4.10. - [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.10) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 24da247ae4f..b61ccc14cec 100644 --- a/build.gradle +++ b/build.gradle @@ -118,7 +118,7 @@ dependencies { implementation 'org.libreoffice:libreoffice:7.1.2' implementation 'org.libreoffice:unoloader:7.1.2' - implementation 'io.github.java-diff-utils:java-diff-utils:4.9' + implementation 'io.github.java-diff-utils:java-diff-utils:4.10' implementation 'info.debatty:java-string-similarity:2.0.0' antlr3 'org.antlr:antlr:3.5.2'