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

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 4d2bd2e  Update postgresql to 1.19.8 (#190)
4d2bd2e is described below

commit 4d2bd2e78da5781a2e59b5d89896a93831bf5580
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun May 12 10:02:06 2024 +0100

    Update postgresql to 1.19.8 (#190)
    
    Co-authored-by: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 95dfc94..767f7f2 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.7" % Test,
+    "org.testcontainers" % "postgresql" % "1.19.8" % 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