From 369b08eae38573404f3da1a54e79e205be67a0b3 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 26 May 2025 13:06:05 +0000 Subject: [PATCH] Update tika-core to 3.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index da51727b5..e8938c096 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ libraryDependencies ++= Seq( "org.apache.sshd", "sshd-mina" ) exclude ("org.apache.sshd", "sshd-netty"), - "org.apache.tika" % "tika-core" % "3.1.0", + "org.apache.tika" % "tika-core" % "3.2.0", "com.github.takezoe" %% "blocking-slick" % "0.0.14", "com.novell.ldap" % "jldap" % "2009-10-07", "com.h2database" % "h2" % "1.4.199",