From 1047dcd882db58082d729ff1093954c45b630d0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 15:24:49 +0000 Subject: [PATCH] Bump org.apache.tika:tika-core from 2.8.0 to 2.9.0 Bumps [org.apache.tika:tika-core](https://github.com/apache/tika) from 2.8.0 to 2.9.0. - [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt) - [Commits](https://github.com/apache/tika/compare/2.8.0...2.9.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 bdf9bf4..cd7bffb 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,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.8.0") + implementation("org.apache.tika:tika-core:2.9.0") runtimeOnly("org.apache.logging.log4j:log4j-core:$log4jVersion") implementation("org.apache.logging.log4j:log4j-api:$log4jVersion")