From 534ea26e6b7f8ff2b0dcb89c7b4e56ee8c4f2ac2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 06:07:48 +0000 Subject: [PATCH] Update testcontainers-scala, ... to 0.41.8 --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index eb611a1..1ca34ba 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -17,8 +17,8 @@ object Dependencies { private val test = Seq( "org.scalatest" %% "scalatest" % "3.2.19", "org.mockito" %% "mockito-scala" % "1.17.44", - "com.dimafeng" %% "testcontainers-scala" % "0.41.4", - "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.4", + "com.dimafeng" %% "testcontainers-scala" % "0.41.8", + "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.8", "org.postgresql" % "postgresql" % "42.7.5" ).map(_ % Test)