diff --git a/build.sbt b/build.sbt index 1bb3f7572..023ab450a 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.10.0", - "org.postgresql" % "postgresql" % "42.7.1", + "org.postgresql" % "postgresql" % "42.7.2", "com.zaxxer" % "HikariCP" % "5.1.0", // For routing slf4j log to airframe-log "org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION