From 6cb25373a1e936792ceb2002823c08c66958bcd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 02:02:25 +0000 Subject: [PATCH] build(deps): bump org.apache.tika:tika-core in /12_images/server 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] --- 12_images/server/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12_images/server/build.gradle.kts b/12_images/server/build.gradle.kts index 5af78d72c6..2754d5bdea 100644 --- a/12_images/server/build.gradle.kts +++ b/12_images/server/build.gradle.kts @@ -23,7 +23,7 @@ dependencies { implementation("com.fasterxml.jackson.module:jackson-module-kotlin") implementation("org.jetbrains.kotlin:kotlin-reflect") - implementation("org.apache.tika:tika-core:3.2.3") + implementation("org.apache.tika:tika-core:3.3.0") runtimeOnly("com.h2database:h2") testImplementation("org.springframework.boot:spring-boot-starter-test") { exclude(group = "org.junit.vintage", module = "junit-vintage-engine")