Skip to content

Commit

Permalink
Update postgresql to 42.5.3 (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 22, 2023
1 parent 4b4ddb8 commit ee2621a
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 @@ -100,7 +100,7 @@ lazy val backend = project
libraryDependencies += evolutions,
libraryDependencies += "io.lemonlabs" %% "scala-uri" % "4.0.2",
libraryDependencies += "com.dripower" %% "play-circe" % "2814.2",
libraryDependencies += "org.postgresql" % "postgresql" % "42.4.3",
libraryDependencies += "org.postgresql" % "postgresql" % "42.5.3",
libraryDependencies += "org.playframework.anorm" %% "anorm" % "2.6.10",
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test
)
Expand Down

0 comments on commit ee2621a

Please sign in to comment.