From dad5836da29ba5a4862aea6e9b5294769fc6b84e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 17:28:04 +0200 Subject: [PATCH] Bump tika-core from 2.4.1 to 2.5.0 (#9232) Bumps [tika-core](https://github.com/apache/tika) from 2.4.1 to 2.5.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/compare/2.4.1...2.5.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] 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 e4a07195f89..b94984b2b95 100644 --- a/build.gradle +++ b/build.gradle @@ -125,7 +125,7 @@ dependencies { implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0' implementation 'com.h2database:h2-mvstore:2.1.214' - implementation group: 'org.apache.tika', name: 'tika-core', version: '2.4.1' + implementation group: 'org.apache.tika', name: 'tika-core', version: '2.5.0' // required for reading write-protected PDFs - see https://github.com/JabRef/jabref/pull/942#issuecomment-209252635 implementation 'org.bouncycastle:bcprov-jdk18on:1.71.1'