From 21eb2fa75c5f5a6a79806093ea6c705be6c7083f Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 26 May 2026 00:35:55 +0000 Subject: [PATCH] Update gatling-test-framework to 3.15.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 506effa9ad..ba1e8920d3 100644 --- a/build.sbt +++ b/build.sbt @@ -562,7 +562,7 @@ lazy val perfTestsE2e: ProjectMatrix = (projectMatrix in file("perf-tests/perf-t "com.fasterxml.jackson.core", "jackson-databind" ), - "io.gatling" % "gatling-test-framework" % "3.11.5" % "test" exclude ("com.fasterxml.jackson.core", "jackson-databind"), + "io.gatling" % "gatling-test-framework" % "3.15.1" % "test" exclude ("com.fasterxml.jackson.core", "jackson-databind"), "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.21.3", "nl.grons" %% "metrics4-scala" % Versions.metrics4Scala % Test, "com.lihaoyi" %% "scalatags" % Versions.scalaTags % Test,