Navigation Menu

Skip to content

Commit

Permalink
Update postgresql to 42.2.23 (#1751)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 6, 2021
1 parent b9c6e09 commit 997e93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -648,7 +648,7 @@ lazy val jdbc =
description := "JDBC connection pool service",
libraryDependencies ++= Seq(
"org.xerial" % "sqlite-jdbc" % SQLITE_JDBC_VERSION,
"org.postgresql" % "postgresql" % "42.2.22",
"org.postgresql" % "postgresql" % "42.2.23",
"com.zaxxer" % "HikariCP" % "4.0.3",
// For routing slf4j log to airframe-log
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION
Expand Down

0 comments on commit 997e93d

Please sign in to comment.