Skip to content

Commit 43e63f7

Browse files
scala-stewardxerial
authored andcommitted
Update postgresql to 42.2.8 (#717)
1 parent c23d1ce commit 43e63f7

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
@@ -588,7 +588,7 @@ lazy val jdbc =
588588
description := "JDBC connection pool service",
589589
libraryDependencies ++= Seq(
590590
"org.xerial" % "sqlite-jdbc" % SQLITE_JDBC_VERSION,
591-
"org.postgresql" % "postgresql" % "42.2.7",
591+
"org.postgresql" % "postgresql" % "42.2.8",
592592
"com.zaxxer" % "HikariCP" % "3.3.1",
593593
// For routing slf4j log to airframe-log
594594
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION

0 commit comments

Comments
 (0)