Skip to content

Commit

Permalink
Merge pull request #1300 from scalacenter/update/jsoup-1.16.2
Browse files Browse the repository at this point in the history
Update jsoup to 1.16.2
  • Loading branch information
adpi2 authored Nov 1, 2023
2 parents dcda51f + 5276687 commit 0ec3ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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,
Expand Down

0 comments on commit 0ec3ed1

Please sign in to comment.