We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64f8c80 + 4789d09 commit bb3492fCopy full SHA for bb3492f
project/Build.scala
@@ -1711,7 +1711,7 @@ object Build {
1711
),
1712
libraryDependencies ++= Dependencies.flexmarkDeps ++ Seq(
1713
"nl.big-o" % "liqp" % "0.8.2",
1714
- "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
1715
Dependencies.`jackson-dataformat-yaml`,
1716
1717
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
0 commit comments