From 4ea2b63eaece86e1b32351f1cadcb38da0c92614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 13:29:57 +0000 Subject: [PATCH] Gradle: Bump org.apache.tika:tika-core from 3.2.2 to 3.2.3 Bumps [org.apache.tika:tika-core](https://github.com/apache/tika) from 3.2.2 to 3.2.3. - [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt) - [Commits](https://github.com/apache/tika/compare/3.2.2...3.2.3) --- updated-dependencies: - dependency-name: org.apache.tika:tika-core dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e6037b1..b7b1a7f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -167,7 +167,7 @@ val springSecurityJwtVersion = "1.1.1.RELEASE" val springDocVersion = "2.8.6" val springOauthVersion = "6.5.1" val servletApiVersion = "6.1.0" -val tikaVersion = "3.1.0" +val tikaVersion = "3.2.3" val redisOMVersion = "0.9.10" val kotlinCoroutinesCoreVersion = "1.10.2"