From dfcc1610dc94b3cfd46d6236634c74ce65007eee Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 Jul 2026 17:29:50 +0000 Subject: [PATCH] Update opennlp-tools to 2.5.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a885d5af..68141a75 100644 --- a/build.sbt +++ b/build.sbt @@ -100,7 +100,7 @@ libraryDependencies ++= Seq( "org.apache.tika" % "tika-core" % "3.2.3", "org.apache.tika" % "tika-parsers-standard-package" % "3.2.3", "org.apache.pdfbox" % "pdfbox" % "3.0.7", - "org.apache.opennlp" % "opennlp-tools" % "2.5.6.1", + "org.apache.opennlp" % "opennlp-tools" % "2.5.11", "org.apache.httpcomponents.client5" % "httpclient5" % "5.5", "org.apache.httpcomponents.core5" % "httpcore5" % "5.3.5", "commons-io" % "commons-io" % "2.20.0",