From 76c041a2bc8d12d57a7b56e1e9d0f72372bacb23 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:26:25 +0000 Subject: [PATCH] Update jsoup to 1.18.2 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index a102333ce..6e0b984e1 100644 --- a/build.sbt +++ b/build.sbt @@ -203,7 +203,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform) "com.typesafe.play" %%% "play-json" % V.playJson, "org.endpoints4s" %%% "algebra" % "1.12.1", "org.scalatest" %%% "scalatest" % V.scalatest % Test, - "org.jsoup" % "jsoup" % "1.18.1" + "org.jsoup" % "jsoup" % "1.18.2" ) ++ Seq( "io.circe" %%% "circe-core", "io.circe" %%% "circe-generic", @@ -223,7 +223,7 @@ lazy val data = project "org.apache.pekko" %% "pekko-serialization-jackson" % V.pekko, "org.apache.pekko" %% "pekko-slf4j" % V.pekko, "org.apache.maven" % "maven-model-builder" % "3.9.5", - "org.jsoup" % "jsoup" % "1.18.1", + "org.jsoup" % "jsoup" % "1.18.2", "org.apache.ivy" % "ivy" % "2.5.2", "org.apache.pekko" %% "pekko-http" % V.pekkoHttp, "org.json4s" %% "json4s-native" % V.json4s,