fix(deps): update tika monorepo to v2.9.2

This commit is contained in:
renovate[bot] 2024-05-06 13:29:40 +00:00 committed by GitHub
parent e0f1faf453
commit 9bb2f2f2dd
1 changed files with 2 additions and 2 deletions

View File

@ -212,8 +212,8 @@ dependencies {
implementation("org.postgresql:postgresql:42.7.3")
implementation("com.twelvemonkeys.imageio:imageio-webp:3.10.1")
implementation("org.apache.tika:tika-core:2.9.1")
implementation("org.apache.tika:tika-parsers:2.9.1")
implementation("org.apache.tika:tika-core:2.9.2")
implementation("org.apache.tika:tika-parsers:2.9.2")
implementation("net.coobird:thumbnailator:0.4.20")
implementation("org.bytedeco:javacv:1.5.10") {
exclude(module = "opencv")