Skip to content

Commit

Permalink
Update postgresql to 42.3.6 (#2184)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 24, 2022
1 parent 1e69304 commit 37d09b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -651,7 +651,7 @@ lazy val jdbc =
description := "JDBC connection pool service",
libraryDependencies ++= Seq(
"org.xerial" % "sqlite-jdbc" % SQLITE_JDBC_VERSION,
"org.postgresql" % "postgresql" % "42.3.5",
"org.postgresql" % "postgresql" % "42.3.6",
"com.zaxxer" % "HikariCP" % "5.0.1",
// For routing slf4j log to airframe-log
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION
Expand Down

0 comments on commit 37d09b1

Please sign in to comment.