From 4408523bfefc7a77f4cb4138fd52647947c46df5 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 15:50:48 +0000 Subject: [PATCH] Update opennlp to 2.5.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 007967a4a..34729556e 100644 --- a/build.sbt +++ b/build.sbt @@ -174,7 +174,7 @@ val checker = playProject( "com.gu" %% "content-api-models-scala" % capiModelsVersion, "com.gu" %% "content-api-models-json" % capiModelsVersion, "com.gu" %% "content-api-client-default" % capiClientVersion, - "org.apache.opennlp" % "opennlp" % "2.1.1", + "org.apache.opennlp" % "opennlp" % "2.5.11", "io.gatling.highcharts" % "gatling-charts-highcharts" % "3.7.6" % "test,it", "io.gatling" % "gatling-test-framework" % "3.7.6" % "test,it", "org.carrot2" % "morfologik-tools" % "2.1.9"