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-projection.git
The following commit(s) were added to refs/heads/main by this push:
new 7ae4512d Update postgresql to 42.7.13 (#567)
7ae4512d is described below
commit 7ae4512d1f65b42b1109fe825d9b36742c307e60
Author: Scala Steward <[email protected]>
AuthorDate: Wed Jul 8 18:17:36 2026 +0200
Update postgresql to 42.7.13 (#567)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 51c4f6fb..951f7a68 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -90,7 +90,7 @@ object Dependencies {
val junitPlatformLauncher = "org.junit.platform" %
"junit-platform-launcher" % "6.1.1" % "test"
val h2Driver = "com.h2database" % "h2" % Versions.h2Driver % "test"
- val postgresDriver = "org.postgresql" % "postgresql" % "42.7.12" % "test"
+ val postgresDriver = "org.postgresql" % "postgresql" % "42.7.13" % "test"
val mysqlDriver = "com.mysql" % "mysql-connector-j" % "9.7.0" % "test"
val msSQLServerDriver = "com.microsoft.sqlserver" % "mssql-jdbc" %
"13.4.0.jre11" % "test"
val oracleDriver = "com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0" % "test"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]