We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819c2ff commit c5fa617Copy full SHA for c5fa617
project/Build.scala
@@ -1346,7 +1346,7 @@ object Build {
1346
}.taskValue,
1347
libraryDependencies ++= Dependencies.flexmarkDeps ++ Seq(
1348
"nl.big-o" % "liqp" % "0.8.2",
1349
- "org.jsoup" % "jsoup" % "1.13.1", // Needed to process .html files for static site
+ "org.jsoup" % "jsoup" % "1.14.3", // Needed to process .html files for static site
1350
Dependencies.`jackson-dataformat-yaml`,
1351
1352
"com.novocode" % "junit-interface" % "0.11" % "test",
0 commit comments