From 0180e6ade81f1fea0b69649f3441575825064655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 22:13:12 +0000 Subject: [PATCH] Bump tika-core from 1.25 to 1.26 Bumps [tika-core](https://github.com/apache/tika) from 1.25 to 1.26. - [Release notes](https://github.com/apache/tika/releases) - [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt) - [Commits](https://github.com/apache/tika/compare/1.25...1.26) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 902c4801190..60474e9b96d 100644 --- a/build.gradle +++ b/build.gradle @@ -108,7 +108,7 @@ dependencies { implementation group: 'org.apache.commons', name: 'commons-csv', version: '1.8' implementation 'com.h2database:h2-mvstore:1.4.200' - implementation group: 'org.apache.tika', name: 'tika-core', version: '1.25' + implementation group: 'org.apache.tika', name: 'tika-core', version: '1.26' // required for reading write-protected PDFs - see https://github.com/JabRef/jabref/pull/942#issuecomment-209252635 implementation 'org.bouncycastle:bcprov-jdk15on:1.68'