diff --git a/build.sbt b/build.sbt index 01dfcc3ea..08dbc4cb2 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,