Skip to content

Commit 226dc61

Browse files
committed
Update postgresql to 42.5.4
1 parent fda424b commit 226dc61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ lazy val jdbc =
599599
description := "JDBC connection pool service",
600600
libraryDependencies ++= Seq(
601601
"org.xerial" % "sqlite-jdbc" % SQLITE_JDBC_VERSION,
602-
"org.postgresql" % "postgresql" % "42.5.3",
602+
"org.postgresql" % "postgresql" % "42.5.4",
603603
"com.zaxxer" % "HikariCP" % "5.0.1",
604604
// For routing slf4j log to airframe-log
605605
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION

0 commit comments

Comments
 (0)