From 4a0a50d46f3509efeefcd37155c694b85829d224 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 8 May 2024 00:12:14 +0000 Subject: [PATCH] Update gatling-test-framework to 3.11.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 656cd29079..8211ae79bc 100644 --- a/build.sbt +++ b/build.sbt @@ -507,7 +507,7 @@ lazy val perfTests: ProjectMatrix = (projectMatrix in file("perf-tests")) "io.gatling.highcharts" % "gatling-charts-highcharts" % "3.10.5" % "test" exclude ( "com.fasterxml.jackson.core", "jackson-databind" ), - "io.gatling" % "gatling-test-framework" % "3.10.5" % "test" exclude ("com.fasterxml.jackson.core", "jackson-databind"), + "io.gatling" % "gatling-test-framework" % "3.11.2" % "test" exclude ("com.fasterxml.jackson.core", "jackson-databind"), "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.1", "nl.grons" %% "metrics4-scala" % Versions.metrics4Scala % Test, "com.lihaoyi" %% "scalatags" % Versions.scalaTags % Test,