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 b6cde0b Update postgresql to 42.7.11 (#456)
b6cde0b is described below
commit b6cde0ba9d23634fd6276e2bdd6070f17589a2cb
Author: Scala Steward <[email protected]>
AuthorDate: Wed Apr 29 20:13:14 2026 +0200
Update postgresql to 42.7.11 (#456)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index efc64b9..570a0cf 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -78,7 +78,7 @@ object Dependencies {
val junit = "junit" % "junit" % Versions.junit
val h2Driver = Compile.h2Driver
- val postgresDriver = "org.postgresql" % "postgresql" % "42.7.10"
+ val postgresDriver = "org.postgresql" % "postgresql" % "42.7.11"
val mysqlDriver = "com.mysql" % "mysql-connector-j" % "9.7.0"
val msSQLServerDriver = "com.microsoft.sqlserver" % "mssql-jdbc" %
"13.4.0.jre11"
val oracleDriver = "com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]