Skip to content

Commit 490ff06

Browse files
committed
Update postgresql to 42.7.0
1 parent 9db1693 commit 490ff06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ lazy val jdbc =
642642
libraryDependencies ++= Seq(
643643
"org.xerial" % "sqlite-jdbc" % SQLITE_JDBC_VERSION,
644644
"org.duckdb" % "duckdb_jdbc" % "0.9.2",
645-
"org.postgresql" % "postgresql" % "42.6.0",
645+
"org.postgresql" % "postgresql" % "42.7.0",
646646
"com.zaxxer" % "HikariCP" % "5.1.0",
647647
// For routing slf4j log to airframe-log
648648
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION

0 commit comments

Comments
 (0)