From 66160ba4ad2e3feb8348f7546ff82f5a546c79fa Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sun, 2 Nov 2025 00:14:37 +0000 Subject: [PATCH] Update gatling-test-framework to 3.14.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3a5e382f54..a90e5ad17e 100644 --- a/build.sbt +++ b/build.sbt @@ -557,7 +557,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.14.7" % "test" exclude ("com.fasterxml.jackson.core", "jackson-databind"), "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.20.1", "nl.grons" %% "metrics4-scala" % Versions.metrics4Scala % Test, "com.lihaoyi" %% "scalatags" % Versions.scalaTags % Test,