Skip to content

Commit eb57bd9

Browse files
committed
PFM-631 Upgrade postgres dependency to 42.3.2 to fix vulnerability issue
1 parent 22f6568 commit eb57bd9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.sbt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ lazy val root = (project in file("."))
3030
"com.softwaremill.magnolia1_2" %% "magnolia" % "1.0.0-M7",
3131
"de.siegmar" % "fastcsv" % "1.0.3",
3232
"org.mapdb" % "mapdb" % "3.0.8",
33-
"org.tpolecat" %% "doobie-core" % "1.0.0-RC1",
34-
"org.tpolecat" %% "doobie-hikari" % "1.0.0-RC1",
35-
"org.tpolecat" %% "doobie-postgres" % "1.0.0-RC1",
33+
"org.tpolecat" %% "doobie-core" % "1.0.0-RC2",
34+
"org.tpolecat" %% "doobie-hikari" % "1.0.0-RC2",
35+
"org.tpolecat" %% "doobie-postgres" % "1.0.0-RC2",
36+
"org.postgresql" % "postgresql" % "42.3.2",
3637
"com.disneystreaming" %% "weaver-cats" % "0.7.7" % Test,
3738
"com.disneystreaming" %% "weaver-core" % "0.7.7" % Test,
3839
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC1" % Test

0 commit comments

Comments
 (0)