Skip to content

Commit

Permalink
Update gatling-test-framework to 3.11.4 (#3867)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Jun 22, 2024
1 parent 3741b1f commit 93cf9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ lazy val perfTests: ProjectMatrix = (projectMatrix in file("perf-tests"))
"com.fasterxml.jackson.core",
"jackson-databind"
),
"io.gatling" % "gatling-test-framework" % "3.11.3" % "test" exclude ("com.fasterxml.jackson.core", "jackson-databind"),
"io.gatling" % "gatling-test-framework" % "3.11.4" % "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,
Expand Down

0 comments on commit 93cf9c0

Please sign in to comment.