Update tika-core to 3.2.0

This commit is contained in:
Scala Steward
2025-05-26 13:06:05 +00:00
committed by kenji yoshida
parent 8e6fcb022b
commit 369b08eae3

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.1.0",
"org.apache.tika" % "tika-core" % "3.2.0",
"com.github.takezoe" %% "blocking-slick" % "0.0.14",
"com.novell.ldap" % "jldap" % "2009-10-07",
"com.h2database" % "h2" % "1.4.199",