Skip to content

Commit

Permalink
Update postgresql to 42.7.0 (#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 28, 2023
1 parent d0a08e2 commit 3d28c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ libraryDependencies += specs2 % Test
libraryDependencies += guice

libraryDependencies ++= Seq(
"org.postgresql" % "postgresql" % "42.6.0",
"org.postgresql" % "postgresql" % "42.7.0",
anormDependency,
"com.typesafe.play" %% "play-mailer" % "9.0.0",
"com.typesafe.play" %% "play-json" % "2.10.3",
Expand Down

0 comments on commit 3d28c49

Please sign in to comment.