Skip to content

Commit 52430fd

Browse files
Update postgresql to 42.2.11 (#968)
1 parent 8917e42 commit 52430fd

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
@@ -522,7 +522,7 @@ lazy val jdbc =
522522
description := "JDBC connection pool service",
523523
libraryDependencies ++= Seq(
524524
"org.xerial" % "sqlite-jdbc" % SQLITE_JDBC_VERSION,
525-
"org.postgresql" % "postgresql" % "42.2.10",
525+
"org.postgresql" % "postgresql" % "42.2.11",
526526
"com.zaxxer" % "HikariCP" % "3.4.2",
527527
// For routing slf4j log to airframe-log
528528
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION

0 commit comments

Comments
 (0)