From 4e6a787136726bc1eaa9ec333cb3458b24a0f86c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 02:03:12 +0000 Subject: [PATCH] build(deps): bump org.apache.tika:tika-core in /02_arch/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] --- 02_arch/server/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_arch/server/build.gradle.kts b/02_arch/server/build.gradle.kts index 0b122d5ec..3cca39236 100644 --- a/02_arch/server/build.gradle.kts +++ b/02_arch/server/build.gradle.kts @@ -22,7 +22,7 @@ dependencies { exclude(module = "snakeyaml") } implementation("org.jetbrains.kotlin:kotlin-reflect") - implementation("org.apache.tika:tika-core:3.2.3") + implementation("org.apache.tika:tika-core:3.3.0") implementation("com.google.firebase:firebase-admin:9.7.0") runtimeOnly("com.h2database:h2") implementation("org.bouncycastle:bctls-jdk15on:1.70")