Skip to content

Commit

Permalink
Update postgresql to 42.3.10 (#112)
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] authored Apr 6, 2024
1 parent 58a0d0f commit 5a49f66
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.8" % Test
val postgresql = "org.postgresql" % "postgresql" % "42.3.10" % Test

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

0 comments on commit 5a49f66

Please sign in to comment.