From fbdfe2521d25b46f74c85cf2f06a5819f50e864a Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Fri, 22 Dec 2023 01:24:27 +0100 Subject: [PATCH] Update gatling-charts-highcharts to 3.10.3 (#3421) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,