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 db45042a56
commit 1a432f2ee3
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23
1 changed files with 1 additions and 1 deletions

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