We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 246ee6a + c5fa617 commit c49a1cfCopy full SHA for c49a1cf
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