diff --git a/build.sbt b/build.sbt index ef38481d01..0e182ecae6 100644 --- a/build.sbt +++ b/build.sbt @@ -524,7 +524,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.1" % "test" exclude ("com.fasterxml.jackson.core", "jackson-databind"), "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.0", "nl.grons" %% "metrics4-scala" % Versions.metrics4Scala % Test, "com.lihaoyi" %% "scalatags" % Versions.scalaTags % Test,