diff --git a/build.gradle b/build.gradle index 2673212..f8b6cea 100644 --- a/build.gradle +++ b/build.gradle @@ -55,6 +55,6 @@ dependencies { implementation 'com.dlsc.workbenchfx:workbenchfx-core:11.1.0' // https://github.com/dlemmermann/WorkbenchFX implementation 'org.controlsfx:controlsfx:11.0.1' // implementation 'com.uwetrottmann.tmdb2:tmdb-java:2.2.0' // https://github.com/UweTrottmann/tmdb-java - implementation 'org.jsoup:jsoup:1.13.1' // jsoup HTML parser library @ https://jsoup.org/ + implementation 'org.jsoup:jsoup:1.14.1' // jsoup HTML parser library @ https://jsoup.org/ }