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 d375f91  Update postgresql to 42.7.11 (#494)
d375f91 is described below

commit d375f910cd2c69197ce7f766b3a08d2a4e0a4c10
Author: Scala Steward <[email protected]>
AuthorDate: Wed Apr 29 17:42:23 2026 +0200

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 757d4d4..1de377e 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.10",
+    "org.postgresql" % "postgresql" % "42.7.11",
     "com.h2database" % "h2" % "2.4.240",
     "com.mysql" % "mysql-connector-j" % "9.7.0",
     "org.mariadb.jdbc" % "mariadb-java-client" % "3.5.8",


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

Reply via email to