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 c23d1ce commit 43e63f7Copy full SHA for 43e63f7
build.sbt
@@ -588,7 +588,7 @@ lazy val jdbc =
588
description := "JDBC connection pool service",
589
libraryDependencies ++= Seq(
590
"org.xerial" % "sqlite-jdbc" % SQLITE_JDBC_VERSION,
591
- "org.postgresql" % "postgresql" % "42.2.7",
+ "org.postgresql" % "postgresql" % "42.2.8",
592
"com.zaxxer" % "HikariCP" % "3.3.1",
593
// For routing slf4j log to airframe-log
594
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION
0 commit comments