Skip to content

Commit

Permalink
jsoup: 1.14.3 → 1.17.2
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
  • Loading branch information
fabianhjr-dealengine committed Jan 29, 2024
1 parent b20747d commit 27fbeaf
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 @@ -1770,7 +1770,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 27fbeaf

Please sign in to comment.