Skip to content

Commit 46a1ab1

Browse files
authored
Merge pull request #823 from scala-steward/update/postgresql-42.2.27
Update postgresql from 42.2.14 to 42.2.27
2 parents b6c1f34 + 47ca024 commit 46a1ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

play-scala/application-tests/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ scalaVersion := ScalaVersions.scala2Version
99

1010
libraryDependencies += "com.google.inject" % "guice" % "6.0.0"
1111
libraryDependencies += "com.h2database" % "h2" % "1.4.200"
12-
libraryDependencies += "org.postgresql" % "postgresql" % "42.2.14"
12+
libraryDependencies += "org.postgresql" % "postgresql" % "42.2.27"
1313
libraryDependencies += "com.typesafe.play" %% "play-slick" % "5.1.0"
1414
libraryDependencies += "com.typesafe.play" %% "play-slick-evolutions" % "5.1.0"
1515
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test

0 commit comments

Comments
 (0)