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 f8840e5  Update postgresql to 42.7.9 (#426)
f8840e5 is described below

commit f8840e59671215a5bcef3dcb4f1f993b579a53b0
Author: Scala Steward <[email protected]>
AuthorDate: Sat Jan 17 20:35:35 2026 +0100

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 0dd0726..139d92c 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -24,7 +24,7 @@ object Dependencies {
   val ScalaTestVersion = "3.2.19"
 
   val JdbcDrivers = Seq(
-    "org.postgresql" % "postgresql" % "42.7.8",
+    "org.postgresql" % "postgresql" % "42.7.9",
     "com.h2database" % "h2" % "2.4.240",
     "com.mysql" % "mysql-connector-j" % "9.5.0",
     "org.mariadb.jdbc" % "mariadb-java-client" % "3.5.7",


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

Reply via email to