Merge pull request #10817 from Isira-Seneviratne/Jsoup

Update jsoup to 1.17.2
This commit is contained in:
Audric V 2024-02-05 14:37:43 +01:00 committed by GitHub
commit bcd4626008
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ dependencies {
kapt "frankiesardo:icepick-processor:${icepickVersion}"
// HTML parser
implementation "org.jsoup:jsoup:1.16.2"
implementation "org.jsoup:jsoup:1.17.2"
// HTTP client
implementation "com.squareup.okhttp3:okhttp:4.12.0"