mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 10:14:50 +00:00
fix(deps): Update dependency org.jsoup:jsoup to v1.20.1 (#443)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a77d315922
commit
f68e9df74d
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ material = { module = "com.google.android.material:material", version = "1.12.0"
|
|||
markwon = { module = "io.noties.markwon:core", version = "4.6.2" }
|
||||
mpandroidchart = { module = "com.github.PhilJay:MPAndroidChart", version = "v3.1.0" }
|
||||
java-nat-sort = { module = "com.github.gpanther:java-nat-sort", version = "natural-comparator-1.1" }
|
||||
jsoup = { module = "org.jsoup:jsoup", version = "1.18.3" }
|
||||
jsoup = { module = "org.jsoup:jsoup", version = "1.20.1" }
|
||||
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
|
||||
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
|
||||
junit-android = { module = "androidx.test.ext:junit", version = "1.2.1" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue