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

pjfanning 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 e88bb103 Update postgresql to 42.7.12 (#551)
e88bb103 is described below

commit e88bb1031ba94480a8529b84d8b9ab514a414b2f
Author: Scala Steward <[email protected]>
AuthorDate: Tue Jun 30 22:57:19 2026 +0200

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index aaca9dd4..42682f1c 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -24,7 +24,7 @@ object Dependencies {
   val ScalaTestVersion = "3.2.20"
 
   val JdbcDrivers = Seq(
-    "org.postgresql" % "postgresql" % "42.7.11",
+    "org.postgresql" % "postgresql" % "42.7.12",
     "com.h2database" % "h2" % "2.4.240",
     "com.mysql" % "mysql-connector-j" % "9.7.0",
     "org.mariadb.jdbc" % "mariadb-java-client" % "3.5.9",


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

Reply via email to