diff --git a/project/Build.scala b/project/Build.scala index f1c4a06897bf..68ac527b2b15 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -1770,7 +1770,7 @@ object Build { ), libraryDependencies ++= Dependencies.flexmarkDeps ++ Seq( "nl.big-o" % "liqp" % "0.8.2", - "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 Dependencies.`jackson-dataformat-yaml`, "com.github.sbt" % "junit-interface" % "0.13.3" % Test,