Skip to content

Commit

Permalink
Update jsoup to 1.17.2 (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 15, 2024
1 parent 8fb3020 commit 6dd482e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object Dependencies {

val gson = "com.google.code.gson" % "gson" % "2.10.1"

val jsoup = "org.jsoup" % "jsoup" % "1.16.2"
val jsoup = "org.jsoup" % "jsoup" % "1.17.2"

val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0" % Compile

Expand Down

0 comments on commit 6dd482e

Please sign in to comment.