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 c49da40f Update postgresql to 42.7.13 (#562)
c49da40f is described below
commit c49da40fc5fd0473213d9586895477a98198c8e3
Author: Scala Steward <[email protected]>
AuthorDate: Wed Jul 8 18:17:00 2026 +0200
Update postgresql to 42.7.13 (#562)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 992d861e..ceaff6fe 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -25,7 +25,7 @@ object Dependencies {
val ScalaTestVersion = "3.2.20"
val JdbcDrivers = Seq(
- "org.postgresql" % "postgresql" % "42.7.12",
+ "org.postgresql" % "postgresql" % "42.7.13",
"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]