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/incubator-pekko-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new 9d695b6 Update postgresql to 42.7.3 (#153)
9d695b6 is described below
commit 9d695b6db031363d5e53c68e2e1b03cca2b4a592
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 17 10:57:32 2024 +0100
Update postgresql to 42.7.3 (#153)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 227220f..84bf094 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -24,7 +24,7 @@ object Dependencies {
val ScalaTestVersion = "3.2.18"
val JdbcDrivers = Seq(
- "org.postgresql" % "postgresql" % "42.7.2",
+ "org.postgresql" % "postgresql" % "42.7.3",
"com.h2database" % "h2" % "2.2.224",
"com.mysql" % "mysql-connector-j" % "8.3.0",
"com.microsoft.sqlserver" % "mssql-jdbc" % "8.4.1.jre8",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]