We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 409d13a + 27fbeaf commit 2b40f55Copy full SHA for 2b40f55
project/Build.scala
@@ -1761,7 +1761,7 @@ object Build {
1761
),
1762
libraryDependencies ++= Dependencies.flexmarkDeps ++ Seq(
1763
"nl.big-o" % "liqp" % "0.8.2",
1764
- "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
1765
Dependencies.`jackson-dataformat-yaml`,
1766
1767
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
0 commit comments