We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db1693 commit 490ff06Copy full SHA for 490ff06
build.sbt
@@ -642,7 +642,7 @@ lazy val jdbc =
642
libraryDependencies ++= Seq(
643
"org.xerial" % "sqlite-jdbc" % SQLITE_JDBC_VERSION,
644
"org.duckdb" % "duckdb_jdbc" % "0.9.2",
645
- "org.postgresql" % "postgresql" % "42.6.0",
+ "org.postgresql" % "postgresql" % "42.7.0",
646
"com.zaxxer" % "HikariCP" % "5.1.0",
647
// For routing slf4j log to airframe-log
648
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION
0 commit comments