Skip to content

Commit

Permalink
Update postgresql to 42.2.19 (#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 19, 2021
1 parent 50b4292 commit 1e4711f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -605,7 +605,7 @@ lazy val jdbc =
description := "JDBC connection pool service",
libraryDependencies ++= Seq(
"org.xerial" % "sqlite-jdbc" % SQLITE_JDBC_VERSION,
"org.postgresql" % "postgresql" % "42.2.18",
"org.postgresql" % "postgresql" % "42.2.19",
"com.zaxxer" % "HikariCP" % "4.0.2",
// For routing slf4j log to airframe-log
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION
Expand Down

0 comments on commit 1e4711f

Please sign in to comment.