Skip to content

Commit

Permalink
jsoup: 1.14.3 → 1.17.2 (#19564)
Browse files Browse the repository at this point in the history
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

Only reviewed release notes in search of breaking changes and found
none: https://github.com/jhy/jsoup/releases

Repeat of #14304
  • Loading branch information
smarter committed Jan 31, 2024
2 parents 409d13a + 27fbeaf commit 2b40f55
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 @@ -1761,7 +1761,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 2b40f55

Please sign in to comment.