From cbe82a74f5d75d142549365222381a8bbcf7b7fa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 08:22:46 +0000 Subject: [PATCH] Bump jsoup from 1.12.2 to 1.13.1 Bumps [jsoup](https://github.com/jhy/jsoup) from 1.12.2 to 1.13.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/1.12.2...jsoup-1.13.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 72d2f156e01..9bda98917d7 100644 --- a/build.gradle +++ b/build.gradle @@ -170,7 +170,7 @@ dependencies { implementation 'com.jfoenix:jfoenix:9.0.9' implementation 'org.controlsfx:controlsfx:11.0.1' - implementation 'org.jsoup:jsoup:1.12.2' + implementation 'org.jsoup:jsoup:1.13.1' implementation 'com.konghq:unirest-java:3.6.00' implementation 'org.slf4j:slf4j-api:2.0.0-alpha1'