Skip to content

Commit

Permalink
Update jsoup to 1.17.1 (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 28, 2023
1 parent 228c22c commit 5406453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -19,7 +19,7 @@ lazy val core = project
libraryDependencies ++= Seq(
"com.github.nscala-time" %% "nscala-time" % "2.32.0",
"org.htmlunit" % "htmlunit" % "3.8.0",
"org.jsoup" % "jsoup" % "1.16.2",
"org.jsoup" % "jsoup" % "1.17.1",
"org.scalaz" %% "scalaz-core" % "7.3.8",
"com.typesafe.akka" %% "akka-http" % "10.2.10" % "test" cross CrossVersion.for3Use2_13,
"com.typesafe.akka" %% "akka-stream" % "2.6.20" % "test" cross CrossVersion.for3Use2_13,
Expand Down

0 comments on commit 5406453

Please sign in to comment.