From e5e84662142fa1d0bab44d6ad357f31a28f46ea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Dec 2021 04:15:06 +0000 Subject: [PATCH] Bump tika-core from 1.24.1 to 2.2.1 Bumps [tika-core](https://github.com/apache/tika) from 1.24.1 to 2.2.1. - [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) --- updated-dependencies: - dependency-name: org.apache.tika:tika-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e19eb92..3c407ad 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ github { dependencies { implementation 'org.kohsuke:github-api:1.131' implementation 'org.zeroturnaround:zt-zip:1.14' - implementation 'org.apache.tika:tika-core:1.24.1' + implementation 'org.apache.tika:tika-core:2.2.1' implementation 'org.ajoberstar.grgit:grgit-core:[4.1.1,5)' testImplementation('com.nagternal:spock-genesis:0.6.0') {