This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch update/postgresql-1.20.3
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git

commit 428318440f18c7a21440fb3b00af3b21881965a9
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 27 00:17:56 2024 +0000

    Update postgresql to 1.20.3
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 7c9d86d..b832338 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -39,6 +39,6 @@ object Dependencies {
   val Migration: Seq[ModuleID] = Seq(
     "com.typesafe" % "config" % "1.4.3",
     "ch.qos.logback" % "logback-classic" % LogbackVersion,
-    "org.testcontainers" % "postgresql" % "1.20.2" % Test,
+    "org.testcontainers" % "postgresql" % "1.20.3" % Test,
     "org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++ 
JdbcDrivers.map(_ % Provided)
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pekko.apache.org
For additional commands, e-mail: commits-h...@pekko.apache.org

Reply via email to