We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8917e42 commit 52430fdCopy full SHA for 52430fd
build.sbt
@@ -522,7 +522,7 @@ lazy val jdbc =
522
description := "JDBC connection pool service",
523
libraryDependencies ++= Seq(
524
"org.xerial" % "sqlite-jdbc" % SQLITE_JDBC_VERSION,
525
- "org.postgresql" % "postgresql" % "42.2.10",
+ "org.postgresql" % "postgresql" % "42.2.11",
526
"com.zaxxer" % "HikariCP" % "3.4.2",
527
// For routing slf4j log to airframe-log
528
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION
0 commit comments