From a100083ced45aa60475d01a615f9e146613f09d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 15:58:44 +0000 Subject: [PATCH] Bump org.apache.tika:tika-core from 2.7.0 to 2.8.0 Bumps [org.apache.tika:tika-core](https://github.com/apache/tika) from 2.7.0 to 2.8.0. - [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt) - [Commits](https://github.com/apache/tika/compare/2.7.0...2.8.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fdfcf36..f1bbef1 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation("org.apache.poi:poi-ooxml-lite:$apachePOIVersion") implementation("com.google.code.gson:gson:2.10.1") - implementation("org.apache.tika:tika-core:2.7.0") + implementation("org.apache.tika:tika-core:2.8.0") runtimeOnly("org.apache.logging.log4j:log4j-core:$log4jVersion") implementation("org.apache.logging.log4j:log4j-api:$log4jVersion")