From e5116ad108096e18e2fbfdf80b52a04a94735dba Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 27 Oct 2025 16:39:39 +0000 Subject: [PATCH] testcontainers-scala 0.43.6 (was 0.43.0) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index f8ab88b..342db7d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -47,7 +47,7 @@ object Dependencies { val `test-scala` = libraryDependencies ++= Seq( "org.apache.cxf" % "cxf-rt-frontend-jaxws" % Versions.CXF % Test, "org.apache.cxf" % "cxf-rt-transports-http-hc5" % Versions.CXF % Test, - "com.dimafeng" %% "testcontainers-scala" % "0.43.0" % Test, + "com.dimafeng" %% "testcontainers-scala" % "0.43.6" % Test, "org.scalatest" %% "scalatest" % "3.2.19" % Test, ) }