From c5fa617a1f8e514563c9ac08f39fb62746513760 Mon Sep 17 00:00:00 2001 From: Andrzej Ratajczak Date: Thu, 20 Jan 2022 12:22:53 +0100 Subject: [PATCH] Fix vulnerable dependency --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index ef6781ee199f..e0adc8ae15e6 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -1346,7 +1346,7 @@ object Build { }.taskValue, libraryDependencies ++= Dependencies.flexmarkDeps ++ Seq( "nl.big-o" % "liqp" % "0.8.2", - "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 Dependencies.`jackson-dataformat-yaml`, "com.novocode" % "junit-interface" % "0.11" % "test",