We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d17095e + e07c547 commit 240a29eCopy full SHA for 240a29e
project/Build.scala
@@ -1550,7 +1550,7 @@ object Build {
1550
),
1551
libraryDependencies ++= Dependencies.flexmarkDeps ++ Seq(
1552
"nl.big-o" % "liqp" % "0.8.2",
1553
- "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
1554
Dependencies.`jackson-dataformat-yaml`,
1555
1556
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
0 commit comments