From 66c82d7e60f42fe5324d4208dcf2188e74c9669e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 13:29:41 +0100 Subject: [PATCH] Bump controlsfx from 11.0.0 to 11.0.1 (#5714) Bumps [controlsfx](https://bitbucket.org/controlsfx/controlsfx) from 11.0.0 to 11.0.1. - [Changelog](https://bitbucket.org/controlsfx/controlsfx/src/default/doRelease.bat) - [Commits](https://bitbucket.org/controlsfx/controlsfx/commits) 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 10cf5c5cf3f..052646af9f8 100644 --- a/build.gradle +++ b/build.gradle @@ -166,7 +166,7 @@ dependencies { compile 'org.fxmisc.richtext:richtextfx:0.10.3' compile group: 'org.glassfish.hk2.external', name: 'jakarta.inject', version: '2.6.1' compile 'com.jfoenix:jfoenix:9.0.9' - compile 'org.controlsfx:controlsfx:11.0.0' + compile 'org.controlsfx:controlsfx:11.0.1' compile 'org.jsoup:jsoup:1.12.1' compile 'com.konghq:unirest-java:3.2.00'