Skip to content

Commit d56612d

Browse files
committed
Update dependency org.postgresql:postgresql to v42.2.23
1 parent 2d8e72a commit d56612d

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
@@ -228,7 +228,7 @@ lazy val packagehub = project
228228
"com.google.cloud.sql" % "postgres-socket-factory" % "1.3.0",
229229
"com.zaxxer" % "HikariCP" % "4.0.3",
230230
"org.flywaydb" % "flyway-core" % "7.7.1",
231-
"org.postgresql" % "postgresql" % "42.2.14",
231+
"org.postgresql" % "postgresql" % "42.2.23",
232232
"org.rauschig" % "jarchivelib" % "1.1.0",
233233
"org.scalameta" %% "scalameta" % V.scalameta,
234234
"com.lihaoyi" %% "cask" % "0.7.8"

0 commit comments

Comments
 (0)