From 1bf44ae71861b47103a639e6991f8dd64299e112 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 23:23:41 +0000 Subject: [PATCH] Bump jsoup from 1.13.1 to 1.14.1 Bumps [jsoup](https://github.com/jhy/jsoup) from 1.13.1 to 1.14.1. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES) - [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.13.1...jsoup-1.14.1) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ }