From 54bad63aed0d415db8f8964f24b323cbaab419c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 05:29:45 +0000 Subject: [PATCH] Bump bcprov-jdk15on from 1.67 to 1.68 Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.67 to 1.68. - [Release notes](https://github.com/bcgit/bc-java/releases) - [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9dcc7346c12..87bc877f0df 100644 --- a/build.gradle +++ b/build.gradle @@ -106,7 +106,7 @@ dependencies { implementation group: 'org.apache.tika', name: 'tika-core', version: '1.25' // required for reading write-protected PDFs - see https://github.com/JabRef/jabref/pull/942#issuecomment-209252635 - implementation 'org.bouncycastle:bcprov-jdk15on:1.67' + implementation 'org.bouncycastle:bcprov-jdk15on:1.68' implementation 'commons-cli:commons-cli:1.4'