Upgrade jsoup to 1.18.2

This commit is contained in:
Edwin Jakobs
2025-01-05 08:13:54 +01:00
parent 08e7a5a354
commit 1e9c46e8f7
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ zxing = "3.5.3"
ktor = "3.0.1"
jgit = "7.0.0.202409031743-r"
javaosc = "0.9"
jsoup = "1.18.1"
jsoup = "1.18.2"
[libraries]
kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version.ref = "kotlinLogging" }