Skip to content

Commit e07c547

Browse files
fabianhjr-dealenginefabianhjr
authored andcommitted
jsoup: 1.14.3 → 1.17.2
From MVNRepository: Direct vulnerabilities: - CVE-2022-36033 Vulnerabilities from dependencies: - CVE-2023-26049 - CVE-2023-26048 - CVE-2022-25647 https://mvnrepository.com/artifact/org.jsoup/jsoup/1.14.3 (cherry picked from commit 27fbeaf)
1 parent d17095e commit e07c547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@ object Build {
15501550
),
15511551
libraryDependencies ++= Dependencies.flexmarkDeps ++ Seq(
15521552
"nl.big-o" % "liqp" % "0.8.2",
1553-
"org.jsoup" % "jsoup" % "1.14.3", // Needed to process .html files for static site
1553+
"org.jsoup" % "jsoup" % "1.17.2", // Needed to process .html files for static site
15541554
Dependencies.`jackson-dataformat-yaml`,
15551555

15561556
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,

0 commit comments

Comments
 (0)