Skip to content

Commit 2fc055e

Browse files
authored
Merge pull request #1533 from Baeldung/update/postgresql-42.7.4
Update postgresql from 42.7.3 to 42.7.4
2 parents d94d8ca + 4b23642 commit 2fc055e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
423423
),
424424
libraryDependencies ++= Seq(
425425
"org.playframework" %% "play-slick" % LibraryVersions.playSlickVersion,
426-
"org.postgresql" % "postgresql" % "42.7.3"
426+
"org.postgresql" % "postgresql" % "42.7.4"
427427
),
428428
dependencyOverrides := Seq(
429429
"com.typesafe.akka" %% "akka-protobuf-v3" % AkkaVersion,

0 commit comments

Comments
 (0)