Update jsoup to 1.15.3

This fixes a vulnerability issue related to Cross Site Scripting
This commit is contained in:
Stypox 2022-08-25 10:15:30 +02:00
parent 47a49b4b2a
commit c6e6d2ffd6

View file

@ -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