From 9817dfc99ecb52417ca12d8988595d4ec445082b Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 19 Jun 2023 09:12:09 +0200 Subject: [PATCH] Update testcontainers-scala-elasticsearch, ... to 0.40.17 (#4889) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 41a63f9c57..e5f99f7eff 100644 --- a/build.sbt +++ b/build.sbt @@ -137,7 +137,7 @@ val scalatestVersion = "3.2.16" val shapelessVersion = "2.3.10" val sparkeyVersion = "3.2.5" val tensorFlowVersion = "0.4.2" -val testContainersVersion = "0.40.16" +val testContainersVersion = "0.40.17" val zoltarVersion = "0.6.0" // dependent versions val scalatestplusVersion = s"$scalatestVersion.0"