Skip to content

Commit bb3492f

Browse files
authored
Backport "jsoup: 1.14.3 → 1.17.2" to release-3.4.0 (#19584)
Backport of #19564 to 3.4.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 64f8c80 + 4789d09 commit bb3492f

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
@@ -1711,7 +1711,7 @@ object Build {
17111711
),
17121712
libraryDependencies ++= Dependencies.flexmarkDeps ++ Seq(
17131713
"nl.big-o" % "liqp" % "0.8.2",
1714-
"org.jsoup" % "jsoup" % "1.14.3", // Needed to process .html files for static site
1714+
"org.jsoup" % "jsoup" % "1.17.2", // Needed to process .html files for static site
17151715
Dependencies.`jackson-dataformat-yaml`,
17161716

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

0 commit comments

Comments
 (0)