From 4b1e3fed44a80d48832017942b282018c4ddfc62 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 23 Jan 2025 00:15:43 +0000 Subject: [PATCH] Update gatling-test-framework to 3.13.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e0ffb1f4ad..3d98e34b83 100644 --- a/build.sbt +++ b/build.sbt @@ -527,7 +527,7 @@ lazy val perfTests: ProjectMatrix = (projectMatrix in file("perf-tests")) "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.13.3" % "test" exclude ("com.fasterxml.jackson.core", "jackson-databind"), "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.2", "nl.grons" %% "metrics4-scala" % Versions.metrics4Scala % Test, "com.lihaoyi" %% "scalatags" % Versions.scalaTags % Test,