From 006de3502475c6da9df3b6bc27cb10341a5d896c 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: Fri, 6 Mar 2026 11:14:37 +0000 Subject: [PATCH] Update gatling-test-framework to 3.15.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c1990977c..8c7cb3a4e 100644 --- a/build.sbt +++ b/build.sbt @@ -173,7 +173,7 @@ val checker = playProject( "com.gu" %% "content-api-client-default" % capiClientVersion, "org.apache.opennlp" % "opennlp" % "2.1.1", "io.gatling.highcharts" % "gatling-charts-highcharts" % "3.7.6" % "test,it", - "io.gatling" % "gatling-test-framework" % "3.7.6" % "test,it", + "io.gatling" % "gatling-test-framework" % "3.15.0" % "test,it", "org.carrot2" % "morfologik-tools" % "2.1.9" ) ++ Seq( "io.circe" %% "circe-core",