From 4c1901a9e8018070754e6c986c8a620dcc5a8940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 14:01:22 +0000 Subject: [PATCH] Bump unoloader from 7.1.3 to 7.1.4 Bumps unoloader from 7.1.3 to 7.1.4. --- updated-dependencies: - dependency-name: org.libreoffice:unoloader dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a1804294c9d..91b2df61c5e 100644 --- a/build.gradle +++ b/build.gradle @@ -131,7 +131,7 @@ dependencies { implementation 'commons-cli:commons-cli:1.4' implementation 'org.libreoffice:libreoffice:7.1.3' - implementation 'org.libreoffice:unoloader:7.1.3' + implementation 'org.libreoffice:unoloader:7.1.4' implementation 'io.github.java-diff-utils:java-diff-utils:4.10' implementation 'info.debatty:java-string-similarity:2.0.0'