1
0
mirror of https://github.com/TeamNewPipe/NewPipe.git synced 2024-11-24 12:02:37 +01:00

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

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"