Update tika-core to 3.1.0

This commit is contained in:
Scala Steward
2025-01-31 20:37:17 +00:00
committed by kenji yoshida
parent bff7b7c460
commit 9ca6cd1d90

View File

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