Update jsoup to 1.15.3
This fixes a vulnerability issue related to Cross Site Scripting
This commit is contained in:
parent
47a49b4b2a
commit
c6e6d2ffd6
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ dependencies {
|
||||||
kapt "frankiesardo:icepick-processor:${icepickVersion}"
|
kapt "frankiesardo:icepick-processor:${icepickVersion}"
|
||||||
|
|
||||||
// HTML parser
|
// HTML parser
|
||||||
implementation "org.jsoup:jsoup:1.14.3"
|
implementation "org.jsoup:jsoup:1.15.3"
|
||||||
|
|
||||||
// HTTP client
|
// HTTP client
|
||||||
//noinspection GradleDependency --> do not update okhttp to keep supporting Android 4.4 users
|
//noinspection GradleDependency --> do not update okhttp to keep supporting Android 4.4 users
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue