Skip to content

Commit

Permalink
Update postgresql to 42.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 14, 2024
1 parent 55e8618 commit 283d955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object Dependencies {

val LogbackVersion = "1.4.14"

val JdbcDrivers = Seq("org.postgresql" % "postgresql" % "42.7.1")
val JdbcDrivers = Seq("org.postgresql" % "postgresql" % "42.7.3")

val Libraries: Seq[ModuleID] = Seq(
"ch.qos.logback" % "logback-classic" % LogbackVersion % Test,
Expand Down

0 comments on commit 283d955

Please sign in to comment.