diff --git a/build.sbt b/build.sbt index a04b2df0a3..81db5b22cc 100644 --- a/build.sbt +++ b/build.sbt @@ -517,7 +517,7 @@ lazy val perfTests: ProjectMatrix = (projectMatrix in file("perf-tests")) .settings( name := "tapir-perf-tests", libraryDependencies ++= Seq( - "io.gatling.highcharts" % "gatling-charts-highcharts" % "3.10.0" % "test", + "io.gatling.highcharts" % "gatling-charts-highcharts" % "3.10.3" % "test", "io.gatling" % "gatling-test-framework" % "3.10.3" % "test", "com.typesafe.akka" %% "akka-http" % Versions.akkaHttp, "com.typesafe.akka" %% "akka-stream" % Versions.akkaStreams,