diff --git a/build.sbt b/build.sbt index 45757f8225..8cec5e3d21 100644 --- a/build.sbt +++ b/build.sbt @@ -523,7 +523,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.5" % "test" exclude ( + "io.gatling.highcharts" % "gatling-charts-highcharts" % "3.13.5" % "test" exclude ( "com.fasterxml.jackson.core", "jackson-databind" ),