Skip to content

Commit 240a29e

Browse files
authored
Backport "jsoup: 1.14.3 → 1.17.2" to release-3.3.2 (#19585)
Backport of #19564 to 3.3.z 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)
2 parents d17095e + e07c547 commit 240a29e

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)