From 9ca6cd1d90b6a1a049236d8a9c3c8582f3dadc45 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 31 Jan 2025 20:37:17 +0000 Subject: [PATCH] Update tika-core to 3.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7e8d5543f..b66041815 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.0.0", + "org.apache.tika" % "tika-core" % "3.1.0", "com.github.takezoe" %% "blocking-slick" % "0.0.14", "com.novell.ldap" % "jldap" % "2009-10-07", "com.h2database" % "h2" % "1.4.199",