Skip to content

Commit

Permalink
Merge pull request #1428 from scalacenter/update/jsoup-1.18.1
Browse files Browse the repository at this point in the history
Update jsoup to 1.18.1
  • Loading branch information
adpi2 authored Jul 15, 2024
2 parents f09cee7 + 26b9e96 commit f548dee
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 @@ -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",
Expand All @@ -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,
Expand Down

0 comments on commit f548dee

Please sign in to comment.