Update dependency org.json4s:json4s-native to v4.0.2

This commit is contained in:
Renovate Bot 2021-07-26 07:06:33 +00:00 committed by renovate[bot]
parent ea3a332055
commit 3d10bb18d2

View file

@ -64,7 +64,7 @@ lazy val psforeverSettings = Seq(
"org.scala-graph" %% "graph-core" % "1.13.2",
"io.kamon" %% "kamon-bundle" % "2.1.20",
"io.kamon" %% "kamon-apm-reporter" % "2.1.20",
"org.json4s" %% "json4s-native" % "4.0.1",
"org.json4s" %% "json4s-native" % "4.0.2",
"io.getquill" %% "quill-jasync-postgres" % "3.8.0",
"org.flywaydb" % "flyway-core" % "7.11.3",
"org.postgresql" % "postgresql" % "42.2.23",