We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03da5f2 commit 9c300efCopy full SHA for 9c300ef
build.sbt
@@ -53,8 +53,8 @@ lazy val ws = (project in file("acdc-ws")).
53
prometheusHotSpot
54
),
55
dependencyOverrides ++= Seq(
56
- // fix https://nvd.nist.gov/vuln/detail/CVE-2020-36518
57
- "com.fasterxml.jackson.core" % "jackson-databind" % "2.13.4",
+ // fix https://nvd.nist.gov/vuln/detail/CVE-2022-42003
+ "com.fasterxml.jackson.core" % "jackson-databind" % "2.13.4.1",
58
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.4"
59
)
60
).
version.sbt
@@ -1 +1 @@
1
- ThisBuild / version := "0.8.10"
+ ThisBuild / version := "0.8.11"
0 commit comments