Skip to content

Commit

Permalink
Update dependency org.jsoup:jsoup to v1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent 295e20e commit 73b632f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-runtime:$lifecycle_version"

// https://mvnrepository.com/artifact/org.jsoup/jsoup
implementation group: 'org.jsoup', name: 'jsoup', version: '1.14.3'
implementation group: 'org.jsoup', name: 'jsoup', version: '1.17.1'

// https://mvnrepository.com/artifact/com.jakewharton/disklrucache
implementation group: 'com.jakewharton', name: 'disklrucache', version: '2.0.2'
Expand Down

0 comments on commit 73b632f

Please sign in to comment.