From ee2621a038164a81b7a007904e5073b9f7e80e9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 13:27:21 +0100 Subject: [PATCH] Update postgresql to 42.5.3 (#105) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5718d93..4ddb8ea 100644 --- a/build.sbt +++ b/build.sbt @@ -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 )