diff --git a/app/build.gradle b/app/build.gradle index a703ba0583..3c720ed98a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -266,7 +266,7 @@ dependencies { implementation 'com.github.mapsforge.mapsforge:mapsforge-themes:0.25.0' implementation 'com.github.mapsforge.mapsforge:mapsforge-map-android:0.25.0' implementation 'com.caverock:androidsvg:1.4' - implementation 'org.jsoup:jsoup:1.20.1' + implementation 'org.jsoup:jsoup:1.21.1' // 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