Skip to content

Commit

Permalink
Update gatling-charts-highcharts to 3.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 23, 2024
1 parent 89e5a4a commit 327574c
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 @@ -504,7 +504,7 @@ lazy val perfTests: ProjectMatrix = (projectMatrix in file("perf-tests"))
name := "tapir-perf-tests",
libraryDependencies ++= Seq(
// Required to force newer jackson in Pekko, a version that is compatible with Gatling's Jackson dependency
"io.gatling.highcharts" % "gatling-charts-highcharts" % "3.11.2" % "test" exclude (
"io.gatling.highcharts" % "gatling-charts-highcharts" % "3.11.3" % "test" exclude (
"com.fasterxml.jackson.core", "jackson-databind"
),
"io.gatling" % "gatling-test-framework" % "3.11.2" % "test" exclude ("com.fasterxml.jackson.core", "jackson-databind"),
Expand Down

0 comments on commit 327574c

Please sign in to comment.