Skip to content

Commit 3381ee9

Browse files
authored
Merge pull request #1224 from Baeldung/update/postgresql-42.2.29
Update postgresql from 42.2.28 to 42.2.29
2 parents 47421ca + 487b04b commit 3381ee9

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 += guice
1111
libraryDependencies += "com.h2database" % "h2" % "1.4.200"
12-
libraryDependencies += "org.postgresql" % "postgresql" % "42.2.28"
12+
libraryDependencies += "org.postgresql" % "postgresql" % "42.2.29"
1313
libraryDependencies += "org.playframework" %% "play-slick" % "6.0.0"
1414
libraryDependencies += "org.playframework" %% "play-slick-evolutions" % "6.0.0"
1515
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test

0 commit comments

Comments
 (0)