From 3820ebd307b8c790b5c4212c183169d0b7aa3322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 02:03:05 +0000 Subject: [PATCH] Bump org.apache.tika:tika-core from 3.2.2 to 3.2.3 in /03_arch/server 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] --- 03_arch/server/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_arch/server/build.gradle.kts b/03_arch/server/build.gradle.kts index faac15d86..34462f4ea 100644 --- a/03_arch/server/build.gradle.kts +++ b/03_arch/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.2") + implementation("org.apache.tika:tika-core:3.2.3") implementation("com.google.firebase:firebase-admin:9.5.0") runtimeOnly("com.h2database:h2") implementation("org.bouncycastle:bctls-jdk15on:1.70")