Skip to content

Commit 02026c0

Browse files
authored
Merge pull request #1238 from Baeldung/update/postgresql-42.7.3
Update postgresql from 42.7.2 to 42.7.3
2 parents 2eaf0b6 + 36d38e0 commit 02026c0

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
@@ -372,7 +372,7 @@ lazy val scala_libraries_2 = (project in file("scala-libraries-2"))
372372
),
373373
libraryDependencies ++= Seq(
374374
"org.playframework" %% "play-slick" % "6.1.0",
375-
"org.postgresql" % "postgresql" % "42.7.2"
375+
"org.postgresql" % "postgresql" % "42.7.3"
376376
),
377377
libraryDependencies ++= Seq(
378378
"io.monix" %% "monix" % monixVersion

0 commit comments

Comments
 (0)