Skip to content

Commit 9c300ef

Browse files
authored
update dependencies to remediate vulnerabilities (#50)
1 parent 03da5f2 commit 9c300ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ lazy val ws = (project in file("acdc-ws")).
5353
prometheusHotSpot
5454
),
5555
dependencyOverrides ++= Seq(
56-
// fix https://nvd.nist.gov/vuln/detail/CVE-2020-36518
57-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.13.4",
56+
// fix https://nvd.nist.gov/vuln/detail/CVE-2022-42003
57+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.13.4.1",
5858
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.4"
5959
)
6060
).

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "0.8.10"
1+
ThisBuild / version := "0.8.11"

0 commit comments

Comments
 (0)