From b4553584f60e4a5e6636d995e98b56b890a6a783 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:09:11 +0100 Subject: [PATCH] Update jsoup to 1.18.3 (#533) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Rui Gonçalves --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 23fd628cd..f8f9d8c88 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ lazy val core = project libraryDependencies ++= Seq( "com.github.nscala-time" %% "nscala-time" % "2.34.0", "org.htmlunit" % "htmlunit" % "4.7.0", - "org.jsoup" % "jsoup" % "1.18.2", + "org.jsoup" % "jsoup" % "1.18.3", "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,