From 27fbeaf85965a9f0345459730a744b2f9ee51698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Heredia=20Montiel?= Date: Mon, 29 Jan 2024 12:49:56 -0600 Subject: [PATCH] =?UTF-8?q?jsoup:=201.14.3=20=E2=86=92=201.17.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From MVNRepository: Direct vulnerabilities: - CVE-2022-36033 Vulnerabilities from dependencies: - CVE-2023-26049 - CVE-2023-26048 - CVE-2022-25647 https://mvnrepository.com/artifact/org.jsoup/jsoup/1.14.3 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,