This is an automated email from the ASF dual-hosted git repository.
fanningpj 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 4005b5d Update postgresql to 42.7.10 (#456)
4005b5d is described below
commit 4005b5ddd70281cdf1e97384c0a13adb00f22c5d
Author: Scala Steward <[email protected]>
AuthorDate: Fri Feb 13 09:09:55 2026 +0100
Update postgresql to 42.7.10 (#456)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 1278977..4d859ab 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -24,7 +24,7 @@ object Dependencies {
val ScalaTestVersion = "3.2.19"
val JdbcDrivers = Seq(
- "org.postgresql" % "postgresql" % "42.7.9",
+ "org.postgresql" % "postgresql" % "42.7.10",
"com.h2database" % "h2" % "2.4.240",
"com.mysql" % "mysql-connector-j" % "9.6.0",
"org.mariadb.jdbc" % "mariadb-java-client" % "3.5.7",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]