This is an automated email from the ASF dual-hosted git repository.
engelen 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 6fb0815 Update postgresql to 42.7.4 (#221)
6fb0815 is described below
commit 6fb081548e6f607cb2f7c4b3cb209d469857cf91
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 25 10:24:04 2024 +0200
Update postgresql to 42.7.4 (#221)
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 cae5894..c035753 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.3",
+ "org.postgresql" % "postgresql" % "42.7.4",
"com.h2database" % "h2" % "2.2.224",
"com.mysql" % "mysql-connector-j" % "9.0.0",
"com.microsoft.sqlserver" % "mssql-jdbc" % "12.8.0.jre8",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]