Skip to content

Commit 6d79fca

Browse files
committed
PFM-962 Update postgres to fix vulnerability
1 parent e624bda commit 6d79fca

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
@@ -33,7 +33,7 @@ lazy val root = (project in file("."))
3333
"org.tpolecat" %% "doobie-core" % "1.0.0-RC2",
3434
"org.tpolecat" %% "doobie-hikari" % "1.0.0-RC2",
3535
"org.tpolecat" %% "doobie-postgres" % "1.0.0-RC2",
36-
"org.postgresql" % "postgresql" % "42.3.2",
36+
"org.postgresql" % "postgresql" % "42.4.1",
3737
"com.google.code.gson" % "gson" % "2.8.9", // overriden because of a vulnerability
3838
"com.disneystreaming" %% "weaver-cats" % "0.7.7" % Test,
3939
"com.disneystreaming" %% "weaver-core" % "0.7.7" % Test,

0 commit comments

Comments
 (0)