From aee536cf214081c9628e904fc65e99a8447eda69 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: Thu, 19 Feb 2026 19:31:22 +0000 Subject: [PATCH] Update opennlp to 2.5.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c1990977c..23a744451 100644 --- a/build.sbt +++ b/build.sbt @@ -171,7 +171,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.7", "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"