We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20747d commit 27fbeafCopy full SHA for 27fbeaf
project/Build.scala
@@ -1770,7 +1770,7 @@ object Build {
1770
),
1771
libraryDependencies ++= Dependencies.flexmarkDeps ++ Seq(
1772
"nl.big-o" % "liqp" % "0.8.2",
1773
- "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
1774
Dependencies.`jackson-dataformat-yaml`,
1775
1776
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
0 commit comments