From 1ec4c2f58dd3be04289c61eab0a7035e81c6749a Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 11 May 2023 00:05:50 +0000 Subject: [PATCH] Update gatling-test-framework to 3.9.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0798d25aa1..11d85b05ad 100644 --- a/build.sbt +++ b/build.sbt @@ -492,7 +492,7 @@ lazy val perfTests: ProjectMatrix = (projectMatrix in file("perf-tests")) name := "tapir-perf-tests", libraryDependencies ++= Seq( "io.gatling.highcharts" % "gatling-charts-highcharts" % "3.9.3" % "test", - "io.gatling" % "gatling-test-framework" % "3.9.4" % "test", + "io.gatling" % "gatling-test-framework" % "3.9.5" % "test", "com.typesafe.akka" %% "akka-http" % Versions.akkaHttp, "com.typesafe.akka" %% "akka-stream" % Versions.akkaStreams, "org.http4s" %% "http4s-blaze-server" % Versions.http4sBlazeServer,