From 6a4719469d43c5d190f86f0861c6f452ee5bef38 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 8 Aug 2025 05:05:08 +0000 Subject: [PATCH] Update tika-core to 3.2.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1dda1ae8a..7ab8781b8 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ libraryDependencies ++= Seq( "sshd-mina" ) exclude ("org.apache.sshd", "sshd-netty") exclude ("org.apache.sshd", "sshd-spring-sftp"), - "org.apache.tika" % "tika-core" % "3.2.1", + "org.apache.tika" % "tika-core" % "3.2.2", "com.github.takezoe" %% "blocking-slick" % "0.0.14", "com.novell.ldap" % "jldap" % "2009-10-07", "com.h2database" % "h2" % "2.3.232",