From 4c2689ae5e02aad9576bdb1d6798147235fc31f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 06:06:23 +0000 Subject: [PATCH] Update testcontainers-scala, ... to 0.41.5 --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index eab2380..398a4ff 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.37", - "com.dimafeng" %% "testcontainers-scala" % "0.41.4", - "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.4", + "com.dimafeng" %% "testcontainers-scala" % "0.41.5", + "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.5", "org.postgresql" % "postgresql" % "42.7.4" ).map(_ % Test)