This is an automated email from the ASF dual-hosted git repository.
Philippus 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 4d27694b Update postgresql to 42.7.12 (#555)
4d27694b is described below
commit 4d27694b232220f3445958b5aec7ac1216c56003
Author: Scala Steward <[email protected]>
AuthorDate: Wed Jul 1 12:07:34 2026 +0200
Update postgresql to 42.7.12 (#555)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 4a14bf1e..8baa174b 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -89,7 +89,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.11" % "test"
+ val postgresDriver = "org.postgresql" % "postgresql" % "42.7.12" % "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]