mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-16 02:13:57 +01:00
Update jsoup to 1.15.3
This fixes a vulnerability issue related to Cross Site Scripting
This commit is contained in:
parent
db45042a56
commit
1a432f2ee3
@ -231,7 +231,7 @@ dependencies {
|
||||
kapt "frankiesardo:icepick-processor:${icepickVersion}"
|
||||
|
||||
// HTML parser
|
||||
implementation "org.jsoup:jsoup:1.14.3"
|
||||
implementation "org.jsoup:jsoup:1.15.3"
|
||||
|
||||
// HTTP client
|
||||
//noinspection GradleDependency --> do not update okhttp to keep supporting Android 4.4 users
|
||||
|
Loading…
Reference in New Issue
Block a user