From a52a67726fc7e80045cbd684173e1bd23d288de8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 16:26:39 +0100 Subject: [PATCH] Bump commons-cli from 1.4 to 1.5.0 (#8250) Bumps commons-cli from 1.4 to 1.5.0. --- updated-dependencies: - dependency-name: commons-cli:commons-cli dependency-type: direct:production update-type: version-update:semver-minor ... 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 0cffd946459..3818d82bb2e 100644 --- a/build.gradle +++ b/build.gradle @@ -128,7 +128,7 @@ dependencies { // required for reading write-protected PDFs - see https://github.com/JabRef/jabref/pull/942#issuecomment-209252635 implementation 'org.bouncycastle:bcprov-jdk15on:1.69' - implementation 'commons-cli:commons-cli:1.4' + implementation 'commons-cli:commons-cli:1.5.0' implementation 'org.libreoffice:libreoffice:7.2.2' implementation 'org.libreoffice:unoloader:7.2.2'