fix(deps): update dependency org.jsoup:jsoup to v1.21.1

This commit is contained in:
renovate[bot] 2025-06-23 08:07:55 +00:00 committed by GitHub
parent f57e05b87c
commit dd9fe43f5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,7 +81,7 @@ haze = { module = "dev.chrisbanes.haze:haze", version.ref = "haze" }
haze-materials = { module = "dev.chrisbanes.haze:haze-materials", version.ref = "haze" } haze-materials = { module = "dev.chrisbanes.haze:haze-materials", version.ref = "haze" }
htmlconverter = "be.digitalia.compose.htmlconverter:htmlconverter:1.1.0" htmlconverter = "be.digitalia.compose.htmlconverter:htmlconverter:1.1.0"
javax-inject = "javax.inject:javax.inject:1" javax-inject = "javax.inject:javax.inject:1"
jsoup = "org.jsoup:jsoup:1.20.1" jsoup = "org.jsoup:jsoup:1.21.1"
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" } junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" } junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" }
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api" } junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api" }