Skip to content

Commit

Permalink
fix(deps): update dependency org.jsoup:jsoup to v1.17.1 (#124)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency org.jsoup:jsoup to v1.17.1

* Update version.properties

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Dec 3, 2023
1 parent f111504 commit 5843a00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.16.2" }
jsoup = { module = "org.jsoup:jsoup", version = "1.17.1" }
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
6 changes: 3 additions & 3 deletions gradle/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=0.1.1
code=1001000
name=v0.1.1
version=0.1.2
code=1002000
name=v0.1.2

0 comments on commit 5843a00

Please sign in to comment.