From d511205588fa0fbd5579380ff30b762af435ef8c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Jul 2021 14:02:14 +0200 Subject: [PATCH] Update tika-core to 2.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4640f28b5..4bc2ab5e9 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ libraryDependencies ++= Seq( "commons-net" % "commons-net" % "3.8.0", "org.apache.httpcomponents" % "httpclient" % "4.5.13", "org.apache.sshd" % "apache-sshd" % "2.1.0" exclude ("org.slf4j", "slf4j-jdk14") exclude ("org.apache.sshd", "sshd-mina") exclude ("org.apache.sshd", "sshd-netty"), - "org.apache.tika" % "tika-core" % "1.27", + "org.apache.tika" % "tika-core" % "2.0.0", "com.github.takezoe" %% "blocking-slick-32" % "0.0.12" cross CrossVersion.for3Use2_13, "com.novell.ldap" % "jldap" % "2009-10-07", "com.h2database" % "h2" % "1.4.199",