Skip to content

Commit

Permalink
Backport "jsoup: 1.14.3 → 1.17.2" to release-3.3.2 (#19585)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Kordyjan authored Feb 1, 2024
2 parents d17095e + e07c547 commit 240a29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@ object Build {
),
libraryDependencies ++= Dependencies.flexmarkDeps ++ Seq(
"nl.big-o" % "liqp" % "0.8.2",
"org.jsoup" % "jsoup" % "1.14.3", // Needed to process .html files for static site
"org.jsoup" % "jsoup" % "1.17.2", // Needed to process .html files for static site
Dependencies.`jackson-dataformat-yaml`,

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

0 comments on commit 240a29e

Please sign in to comment.