Skip to content

Commit

Permalink
fix(deps): update dependency org.jsoup:jsoup to v1.18.2 (#65)
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 Nov 27, 2024
1 parent afef445 commit 05e44a9
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 @@ -52,7 +52,7 @@ iconics-views = { module = "com.mikepenz:iconics-views", version.ref = "iconicsV
iconics-compose = { module = "com.mikepenz:iconics-compose", version.ref = "iconicsVersion" }


jsoup = "org.jsoup:jsoup:1.18.1"
jsoup = "org.jsoup:jsoup:1.18.2"

kotlin-result = { module = "com.michael-bull.kotlin-result:kotlin-result", version.ref = "kotlinResultVersion" }
kotlin-result-coroutines = { module = "com.michael-bull.kotlin-result:kotlin-result-coroutines", version.ref = "kotlinResultVersion" }
Expand Down

0 comments on commit 05e44a9

Please sign in to comment.