From ee0fd39d418ac97735c95c6601fa9a06f2353ea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 04:07:36 +0000 Subject: [PATCH] Bump org.apache.tika:tika-core from 1.24.1 to 2.7.0 Bumps [org.apache.tika:tika-core](https://github.com/apache/tika) from 1.24.1 to 2.7.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) --- 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 23b4092..765fd51 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ cveHandler { dependencies { implementation 'org.kohsuke:github-api:1.135' implementation 'org.zeroturnaround:zt-zip:1.14' - implementation 'org.apache.tika:tika-core:1.24.1' + implementation 'org.apache.tika:tika-core:2.7.0' implementation 'org.ajoberstar.grgit:grgit-core:[4.1.1,5)' implementation 'com.wooga.gradle:gradle-commons:[1,2['