Skip to content

Commit

Permalink
bump: postgresql 42.7.1 (was 42.6.0) (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 12, 2023
1 parent a405616 commit 91cfb1a
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 @@ -42,7 +42,7 @@ object Dependencies {
val akkaStreamTestkit = "com.typesafe.akka" %% "akka-stream-testkit" % AkkaVersion % Test
val akkaJackson = "com.typesafe.akka" %% "akka-serialization-jackson" % AkkaVersion % Test

val postgresql = "org.postgresql" % "postgresql" % "42.6.0" % Test // BSD-2-Clause
val postgresql = "org.postgresql" % "postgresql" % "42.7.1" % Test // BSD-2-Clause

val logback = "ch.qos.logback" % "logback-classic" % "1.2.13" % Test // EPL 1.0 / LGPL 2.1
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.12" % Test // ApacheV2
Expand Down

0 comments on commit 91cfb1a

Please sign in to comment.