Skip to content

Commit 8f529c9

Browse files
committed
Update jsoup to 1.23.1
1 parent 6157d64 commit 8f529c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ lazy val plugin = project("sbt-paradox-material-theme", file("plugin"))
7575
publishLocal := publishLocal.dependsOn(theme / publishLocal).value,
7676
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox" % "0.9.2").exclude("com.typesafe.sbt", "sbt-web")),
7777
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.8"),
78-
libraryDependencies += "org.jsoup" % "jsoup" % "1.22.2",
78+
libraryDependencies += "org.jsoup" % "jsoup" % "1.23.1",
7979
libraryDependencies += "io.circe" %% "circe-core" % "0.14.16",
8080
update := update.dependsOn(theme / publishLocal).value,
8181
Compile / resourceGenerators += Def.task {

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
1111

1212
// This project is its own plugin :)
1313
Compile / unmanagedSourceDirectories += baseDirectory.value.getParentFile / "plugin" / "src" / "main" / "scala"
14-
libraryDependencies += "org.jsoup" % "jsoup" % "1.22.2"
14+
libraryDependencies += "org.jsoup" % "jsoup" % "1.23.1"
1515
libraryDependencies += "io.circe" %% "circe-core" % "0.14.16"

0 commit comments

Comments
 (0)