From 4a8d17c01294327c783916158d4d2f794663faa6 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 6 Nov 2025 00:15:05 +0000 Subject: [PATCH] Update gatling-charts-highcharts to 3.14.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3a5e382f54..7b16cb2b1d 100644 --- a/build.sbt +++ b/build.sbt @@ -553,7 +553,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.14.9" % "test" exclude ( "com.fasterxml.jackson.core", "jackson-databind" ),