From a525cbc007986e1da0c222778a63e1ad604516b5 Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Sun, 2 Oct 2022 00:26:10 +0000 Subject: [PATCH] Update testcontainers to 1.17.4 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index a099770046..b641ae8e8f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -105,7 +105,7 @@ object Dependencies { val gatlingHighcharts = "io.gatling.highcharts" % "gatling-charts-highcharts" % "3.8.4" val gatlingTestFramework = "io.gatling" % "gatling-test-framework" % "3.8.4" val scalaTest = "org.scalatest" %% "scalatest" % "3.2.13" // Scala 3 compatible - val testcontainers = "org.testcontainers" % "testcontainers" % "1.17.3" + val testcontainers = "org.testcontainers" % "testcontainers" % "1.17.4" // found/added by the plugin but deleted anyway val commonsLang3 = "org.apache.commons" % "commons-lang3" % "3.12.0"