Skip to content

Commit 2b40f55

Browse files
authored
jsoup: 1.14.3 → 1.17.2 (#19564)
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
2 parents 409d13a + 27fbeaf commit 2b40f55

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
@@ -1761,7 +1761,7 @@ object Build {
17611761
),
17621762
libraryDependencies ++= Dependencies.flexmarkDeps ++ Seq(
17631763
"nl.big-o" % "liqp" % "0.8.2",
1764-
"org.jsoup" % "jsoup" % "1.14.3", // Needed to process .html files for static site
1764+
"org.jsoup" % "jsoup" % "1.17.2", // Needed to process .html files for static site
17651765
Dependencies.`jackson-dataformat-yaml`,
17661766

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

0 commit comments

Comments
 (0)