From 424790e686742775b780d6219aadfde9fb37a6d5 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 28 Aug 2023 20:40:44 +0000 Subject: [PATCH] Update tika-core to 2.9.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 13402a82a..3f8cd3a67 100644 --- a/build.sbt +++ b/build.sbt @@ -53,7 +53,7 @@ libraryDependencies ++= Seq( "commons-net" % "commons-net" % "3.9.0", "org.apache.httpcomponents" % "httpclient" % "4.5.14", "org.apache.sshd" % "apache-sshd" % "2.10.0" exclude ("org.slf4j", "slf4j-jdk14") exclude ("org.apache.sshd", "sshd-mina") exclude ("org.apache.sshd", "sshd-netty"), - "org.apache.tika" % "tika-core" % "2.8.0", + "org.apache.tika" % "tika-core" % "2.9.0", "com.github.takezoe" %% "blocking-slick" % "0.0.14", "com.novell.ldap" % "jldap" % "2009-10-07", "com.h2database" % "h2" % "1.4.199",