Skip to content

Commit

Permalink
Backport "jsoup: 1.14.3 → 1.17.2" to release-3.4.0 (#19584)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Kordyjan authored Feb 1, 2024
2 parents 64f8c80 + 4789d09 commit bb3492f
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 @@ -1711,7 +1711,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 bb3492f

Please sign in to comment.