From 660b81c37081b091ffc4619ebe1bdcd802d95c19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 15:53:41 +0100 Subject: [PATCH] Bump tika-core from 2.1.0 to 2.2.0 (#8346) Bumps [tika-core](https://github.com/apache/tika) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/apache/tika/releases) - [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt) - [Commits](https://github.com/apache/tika/commits/2.2.0) --- updated-dependencies: - dependency-name: org.apache.tika:tika-core 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 a992fab0b0e..d4e269f1e3a 100644 --- a/build.gradle +++ b/build.gradle @@ -121,7 +121,7 @@ dependencies { implementation group: 'org.apache.commons', name: 'commons-csv', version: '1.9.0' implementation 'com.h2database:h2-mvstore:2.0.202' - implementation group: 'org.apache.tika', name: 'tika-core', version: '2.1.0' + implementation group: 'org.apache.tika', name: 'tika-core', version: '2.2.0' // required for reading write-protected PDFs - see https://github.com/JabRef/jabref/pull/942#issuecomment-209252635 implementation 'org.bouncycastle:bcprov-jdk15on:1.70'