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") {