Skip to content

Commit

Permalink
Update postgresql to 42.7.3 (#115)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] committed Apr 7, 2024
1 parent 2ca9e32 commit 2212b6d
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 @@ -52,7 +52,7 @@ object Dependencies {
"org.apache.pekko" %% "pekko-projection-durable-state" % PekkoProjectionVersion % Test
val pekkoProjectionTestKit = "org.apache.pekko" %% "pekko-projection-testkit" % PekkoProjectionVersion % Test

val postgresql = "org.postgresql" % "postgresql" % "42.3.10" % Test
val postgresql = "org.postgresql" % "postgresql" % "42.7.3" % Test

val logback = "ch.qos.logback" % "logback-classic" % "1.3.14" % Test
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18" % Test
Expand Down

0 comments on commit 2212b6d

Please sign in to comment.