From 26b9e9653308d44c3ffbcc168e32972cd5d11511 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 00:21:01 +0000 Subject: [PATCH] Update jsoup to 1.18.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 07cfc3587..3707ae55d 100644 --- a/build.sbt +++ b/build.sbt @@ -201,7 +201,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform) "com.typesafe.play" %%% "play-json" % V.playJson, "org.endpoints4s" %%% "algebra" % "1.11.1", "org.scalatest" %%% "scalatest" % V.scalatest % Test, - "org.jsoup" % "jsoup" % "1.17.2" + "org.jsoup" % "jsoup" % "1.18.1" ) ++ Seq( "io.circe" %%% "circe-core", "io.circe" %%% "circe-generic", @@ -221,7 +221,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.17.2", + "org.jsoup" % "jsoup" % "1.18.1", "org.apache.ivy" % "ivy" % "2.5.2", "org.apache.pekko" %% "pekko-http" % V.pekkoHttp, "org.json4s" %% "json4s-native" % V.json4s,