From 75872e1ba30ec1245a8be3610ab17fc691c93856 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Sep 2025 15:32:54 +0000 Subject: [PATCH] Update gatling-core, ... to 3.14.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e644db3d..3d9475d8 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ val keycloakClientVersion = "26.0.6" val sttpVersion = "3.11.0" val influxdbVersion = "7.1.0" val awsClientVersion = "2.25.32" -val gatlingVersion = "3.13.5" +val gatlingVersion = "3.14.5" val circeVersion = "0.14.14" val langchain4jVersion = "1.4.0"