Skip to content

Commit 3073725

Browse files
Update jsoup to 1.21.2
1 parent 6c9d376 commit 3073725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform)
202202
"io.github.cquiroz" %%% "scala-java-time" % "2.6.0",
203203
"org.endpoints4s" %%% "algebra" % "1.12.1",
204204
"org.scalatest" %%% "scalatest" % V.scalatest % Test,
205-
"org.jsoup" % "jsoup" % "1.21.1",
205+
"org.jsoup" % "jsoup" % "1.21.2",
206206
"io.circe" %%% "circe-core" % V.circe,
207207
"io.circe" %%% "circe-generic" % V.circe,
208208
"io.circe" %%% "circe-parser" % V.circe
@@ -221,7 +221,7 @@ lazy val data = project
221221
"org.apache.pekko" %% "pekko-serialization-jackson" % V.pekko,
222222
"org.apache.pekko" %% "pekko-slf4j" % V.pekko,
223223
"org.apache.maven" % "maven-model-builder" % "4.0.0-rc-5",
224-
"org.jsoup" % "jsoup" % "1.21.1",
224+
"org.jsoup" % "jsoup" % "1.21.2",
225225
"org.apache.ivy" % "ivy" % "2.5.3",
226226
"org.apache.pekko" %% "pekko-http" % V.pekkoHttp,
227227
"io.github.json4s" %% "json4s-native" % V.json4s,

0 commit comments

Comments
 (0)