Skip to content

Commit

Permalink
fix(deps): update dependency org.jsoup:jsoup to v1.18.3 (#272)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent ca4316b commit 90f9f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ threeTenBp = { module = "com.jakewharton.threetenabp:threetenabp", version = "1.
timber = { module = "com.jakewharton.timber:timber", version = "5.0.1" }
junit = { module = "junit:junit", version = "4.13.2" }

jsoup = { module = "org.jsoup:jsoup", version = "1.18.2" }
jsoup = { module = "org.jsoup:jsoup", version = "1.18.3" }
scalingImageView = { module = "com.davemorrissey.labs:subsampling-scale-image-view-androidx", version = "3.10.0" }
retrofitSerializer = { module = "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter", version = "1.0.0" }

Expand Down

0 comments on commit 90f9f75

Please sign in to comment.