Update tika-core to 2.9.0

This commit is contained in:
Scala Steward
2023-08-28 20:40:44 +00:00
committed by kenji yoshida
parent 5dc43a7f75
commit 424790e686

View File

@@ -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",