Skip to content

Commit c49a1cf

Browse files
authored
Merge pull request #14304 from BarkingBad/fix-vulnerable-dep
Fix vulnerable dependency
2 parents 246ee6a + c5fa617 commit c49a1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ object Build {
13461346
}.taskValue,
13471347
libraryDependencies ++= Dependencies.flexmarkDeps ++ Seq(
13481348
"nl.big-o" % "liqp" % "0.8.2",
1349-
"org.jsoup" % "jsoup" % "1.13.1", // Needed to process .html files for static site
1349+
"org.jsoup" % "jsoup" % "1.14.3", // Needed to process .html files for static site
13501350
Dependencies.`jackson-dataformat-yaml`,
13511351

13521352
"com.novocode" % "junit-interface" % "0.11" % "test",

0 commit comments

Comments
 (0)