From 989875b8c736e23ac87eb1225d0105a8af734f37 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 14 Nov 2024 00:15:40 +0000 Subject: [PATCH] Update gatling-charts-highcharts to 3.13.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 532de392cf..5b84d553b3 100644 --- a/build.sbt +++ b/build.sbt @@ -522,7 +522,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.1" % "test" exclude ( "com.fasterxml.jackson.core", "jackson-databind" ),