Skip to content

Commit c54cf89

Browse files
authored
Merge pull request #891 from playframework/update/jsoup-1.21.1
[3.0.x] jsoup 1.21.1 (was 1.18.3)
2 parents c0e5688 + 7dc7d65 commit c54cf89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

play-scala-chatroom-example/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lazy val root = (project in file("."))
1414
"org.webjars" % "flot" % "0.8.3-1",
1515
"org.webjars" % "bootstrap" % "3.3.7-1",
1616
"net.logstash.logback" % "logstash-logback-encoder" % "7.3",
17-
"org.jsoup" % "jsoup" % "1.18.3",
17+
"org.jsoup" % "jsoup" % "1.21.1",
1818
"ch.qos.logback" % "logback-classic" % "1.5.18",
1919
"org.apache.pekko" %% "pekko-slf4j" % pekkoVersion,
2020
"org.apache.pekko" %% "pekko-testkit" % pekkoVersion % Test,

0 commit comments

Comments
 (0)