diff --git a/build.gradle b/build.gradle index 65ec424ac46..24b9920fc7c 100644 --- a/build.gradle +++ b/build.gradle @@ -265,7 +265,7 @@ dependencies { implementation 'org.controlsfx:controlsfx:11.2.1' // region HTTP clients - implementation 'org.jsoup:jsoup:1.18.1' + implementation 'org.jsoup:jsoup:1.18.3' implementation 'com.konghq:unirest-java-core:4.4.5' implementation 'com.konghq:unirest-modules-gson:4.4.5' implementation 'org.apache.httpcomponents.client5:httpclient5:5.4.1'