From 7adbc316845c53abf61e634d786dcec6b8c457df Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Oct 2025 16:50:44 +0000 Subject: [PATCH] Update opennlp-tools to 2.5.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b0028a37..0936d6fc 100644 --- a/build.sbt +++ b/build.sbt @@ -98,7 +98,7 @@ libraryDependencies ++= Seq( "ca.uhn.hapi" % "hapi-structures-v25" % "2.3", "ca.uhn.hapi" % "hapi-structures-v281" % "2.3", - "org.apache.opennlp" % "opennlp-tools" % "2.5.5", + "org.apache.opennlp" % "opennlp-tools" % "2.5.6", "org.apache.httpcomponents.client5" % "httpclient5" % "5.5", "org.apache.httpcomponents.core5" % "httpcore5" % "5.3.5",