From cc7c90b371f01780adf7a2f120bac53fc648d00a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 06:42:23 +0000 Subject: [PATCH] Bump org.apache.tika:tika-core from 3.2.3 to 3.3.0 Bumps [org.apache.tika:tika-core](https://github.com/apache/tika) from 3.2.3 to 3.3.0. - [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt) - [Commits](https://github.com/apache/tika/compare/3.2.3...3.3.0) --- updated-dependencies: - dependency-name: org.apache.tika:tika-core dependency-version: 3.3.0 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 e066c17..cbfe24e 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' - implementation 'org.apache.tika:tika-core:3.2.3' + implementation 'org.apache.tika:tika-core:3.3.0' implementation 'org.webjars:webjars-locator-lite' implementation 'org.webjars:bootstrap:5.3.8'