From 4437a4e7a6d381454c6073721352770cb555a4e7 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sat, 19 Oct 2024 18:42:45 +0000 Subject: [PATCH] Update tika-core to 3.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 14bd4cfc4..178c922e4 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ libraryDependencies ++= Seq( "org.apache.sshd", "sshd-mina" ) exclude ("org.apache.sshd", "sshd-netty"), - "org.apache.tika" % "tika-core" % "2.9.2", + "org.apache.tika" % "tika-core" % "3.0.0", "com.github.takezoe" %% "blocking-slick" % "0.0.14", "com.novell.ldap" % "jldap" % "2009-10-07", "com.h2database" % "h2" % "1.4.199",