Skip to content

Commit 1a432f2

Browse files
committed
Update jsoup to 1.15.3
This fixes a vulnerability issue related to Cross Site Scripting
1 parent db45042 commit 1a432f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ dependencies {
231231
kapt "frankiesardo:icepick-processor:${icepickVersion}"
232232

233233
// HTML parser
234-
implementation "org.jsoup:jsoup:1.14.3"
234+
implementation "org.jsoup:jsoup:1.15.3"
235235

236236
// HTTP client
237237
//noinspection GradleDependency --> do not update okhttp to keep supporting Android 4.4 users

0 commit comments

Comments
 (0)