From 20ce0e2b0eb67ccfb9cce76bceee6275092ab61c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 02:02:29 +0000 Subject: [PATCH] build(deps): bump org.apache.tika:tika-core in /13_auth/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] --- 13_auth/server/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13_auth/server/build.gradle.kts b/13_auth/server/build.gradle.kts index 613437d2f3..fc3af69c02 100644 --- a/13_auth/server/build.gradle.kts +++ b/13_auth/server/build.gradle.kts @@ -24,7 +24,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") implementation("org.bouncycastle:bctls-jdk15on:1.70") testImplementation("org.springframework.boot:spring-boot-starter-test") {