From 8821c0431835fa8d222cec0ecb64e06915ec6aef Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 06:56:43 +0000 Subject: [PATCH] Update jsoup to 1.17.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index add93aaa9..1d5b3884b 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ lazy val core = project libraryDependencies ++= Seq( "com.github.nscala-time" %% "nscala-time" % "2.32.0", "org.htmlunit" % "htmlunit" % "3.9.0", - "org.jsoup" % "jsoup" % "1.17.1", + "org.jsoup" % "jsoup" % "1.17.2", "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,