Update dependency org.jsoup:jsoup to v1.21.2

This commit is contained in:
dependency-bot
2025-09-06 10:12:16 +02:00
committed by José Rebelo
parent 78cd3262f2
commit 4f9882e160
+1 -1
View File
@@ -278,7 +278,7 @@ dependencies {
implementation 'com.github.mapsforge.mapsforge:mapsforge-themes:0.25.0' implementation 'com.github.mapsforge.mapsforge:mapsforge-themes:0.25.0'
implementation 'com.github.mapsforge.mapsforge:mapsforge-map-android:0.25.0' implementation 'com.github.mapsforge.mapsforge:mapsforge-map-android:0.25.0'
implementation 'com.caverock:androidsvg:1.4' implementation 'com.caverock:androidsvg:1.4'
implementation 'org.jsoup:jsoup:1.21.1' implementation 'org.jsoup:jsoup:1.21.2'
// Bouncy Castle is included directly in GB, to avoid pulling the entire dependency // Bouncy Castle is included directly in GB, to avoid pulling the entire dependency
// It's included in the org.bouncycastle.shaded package, to fix conflicts with roboelectric // It's included in the org.bouncycastle.shaded package, to fix conflicts with roboelectric