Update jsoup to 1.14.3

This commit is contained in:
Scala Steward 2021-09-30 12:19:11 +02:00
parent 3921bb88de
commit 1a78bbc1a9
No known key found for this signature in database
GPG Key ID: 96BDF10FFAB8B6A6

View File

@ -22,7 +22,7 @@ object Dependencies {
val Http4sVersion = "0.23.4" val Http4sVersion = "0.23.4"
val Icu4jVersion = "69.1" val Icu4jVersion = "69.1"
val javaOtpVersion = "0.3.0" val javaOtpVersion = "0.3.0"
val JsoupVersion = "1.14.2" val JsoupVersion = "1.14.3"
val JwtScalaVersion = "9.0.1" val JwtScalaVersion = "9.0.1"
val KindProjectorVersion = "0.10.3" val KindProjectorVersion = "0.10.3"
val KittensVersion = "2.3.2" val KittensVersion = "2.3.2"