From bf14596debf3323b21b8fb612420a1231a31f47c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 08:40:30 +0000 Subject: [PATCH] Bump tika-core from 1.24 to 1.24.1 Bumps [tika-core](https://github.com/apache/tika) from 1.24 to 1.24.1. - [Release notes](https://github.com/apache/tika/releases) - [Changelog](https://github.com/apache/tika/blob/1.24.1/CHANGES.txt) - [Commits](https://github.com/apache/tika/compare/1.24...1.24.1) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 667030a90d2..432e72a03c3 100644 --- a/build.gradle +++ b/build.gradle @@ -112,7 +112,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.24' + implementation group: 'org.apache.tika', name: 'tika-core', version: '1.24.1' // required for reading write-protected PDFs - see https://github.com/JabRef/jabref/pull/942#issuecomment-209252635 implementation 'org.bouncycastle:bcprov-jdk15on:1.65'