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,