1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-21 23:32:51 +00:00

Updated to Jsoup 1.18.1

This commit is contained in:
M66B 2024-11-21 07:38:21 +01:00
parent 572be4a43b
commit daf1b289fc

View file

@ -586,7 +586,7 @@ dependencies {
def playservicesbasement_version = "18.4.0";
def transparency_version = "2.5.49"
def javamail_version = "1.6.7"
def jsoup_version = "1.17.2" // 1.18.1
def jsoup_version = "1.18.1"
def jsonpath_version = "2.9.0"
def css_version = "0.9.30"
def jax_version = "2.3.0-jaxb-1.0.6"