Skip to content

Commit f68e9df

Browse files
fix(deps): Update dependency org.jsoup:jsoup to v1.20.1 (#443)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a77d315 commit f68e9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ material = { module = "com.google.android.material:material", version = "1.12.0"
6060
markwon = { module = "io.noties.markwon:core", version = "4.6.2" }
6161
mpandroidchart = { module = "com.github.PhilJay:MPAndroidChart", version = "v3.1.0" }
6262
java-nat-sort = { module = "com.github.gpanther:java-nat-sort", version = "natural-comparator-1.1" }
63-
jsoup = { module = "org.jsoup:jsoup", version = "1.18.3" }
63+
jsoup = { module = "org.jsoup:jsoup", version = "1.20.1" }
6464
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
6565
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
6666
junit-android = { module = "androidx.test.ext:junit", version = "1.2.1" }

0 commit comments

Comments
 (0)