From 52cdc204af998d136a4a15056e34056c1c482c6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 16:49:32 +0200 Subject: [PATCH] Bump unoloader from 7.1.3 to 7.1.4 (#7841) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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'