diff --git a/build.sbt b/build.sbt index e44d9cb797..6103087e1f 100644 --- a/build.sbt +++ b/build.sbt @@ -642,7 +642,7 @@ lazy val jdbc = libraryDependencies ++= Seq( "org.xerial" % "sqlite-jdbc" % SQLITE_JDBC_VERSION, "org.duckdb" % "duckdb_jdbc" % "0.9.2", - "org.postgresql" % "postgresql" % "42.7.0", + "org.postgresql" % "postgresql" % "42.7.1", "com.zaxxer" % "HikariCP" % "5.1.0", // For routing slf4j log to airframe-log "org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION