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

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

commit cdb9292fb07766d24965cae4d836a0f9080db931
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 21 00:15:47 2024 +0000

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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to