From 527668777d9d2b06527631173c6d70f7449360a7 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:25:31 +0000 Subject: [PATCH] Update jsoup to 1.16.2 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 74bd77014..fadd784a3 100644 --- a/build.sbt +++ b/build.sbt @@ -206,7 +206,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform) "org.endpoints4s" %%% "algebra" % "1.10.0", "org.endpoints4s" %% "json-schema-playjson" % "1.10.0" % Test, "org.scalatest" %%% "scalatest" % V.scalatest % Test, - "org.jsoup" % "jsoup" % "1.16.1" + "org.jsoup" % "jsoup" % "1.16.2" ) ++ Seq( "io.circe" %%% "circe-core", "io.circe" %%% "circe-generic", @@ -226,7 +226,7 @@ lazy val data = project "com.typesafe.akka" %% "akka-serialization-jackson" % V.akka, "com.typesafe.akka" %% "akka-slf4j" % V.akka, "org.apache.maven" % "maven-model-builder" % "3.9.5", - "org.jsoup" % "jsoup" % "1.16.1", + "org.jsoup" % "jsoup" % "1.16.2", "org.apache.ivy" % "ivy" % "2.5.2", "com.typesafe.akka" %% "akka-http" % V.akkaHttp, "org.json4s" %% "json4s-native" % V.json4s,