From f2914d9c397147fd96c2fb0381b8299b6f7963e4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 07:56:29 +0000 Subject: [PATCH] Bump jsoup from 1.12.1 to 1.12.2 Bumps [jsoup](https://github.com/jhy/jsoup) from 1.12.1 to 1.12.2. - [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.12.1...1.12.2) 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 76f0292276a..753809e628c 100644 --- a/build.gradle +++ b/build.gradle @@ -168,7 +168,7 @@ dependencies { compile 'com.jfoenix:jfoenix:9.0.9' compile 'org.controlsfx:controlsfx:11.0.1' - compile 'org.jsoup:jsoup:1.12.1' + compile 'org.jsoup:jsoup:1.12.2' compile 'com.konghq:unirest-java:3.4.01' compile 'org.slf4j:slf4j-api:2.0.0-alpha1'