From c84beca694ed4e5ac21c72dad625c61eaad96e30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 05:42:37 +0000 Subject: [PATCH] Bump controlsfx from 11.0.2 to 11.0.3 Bumps [controlsfx](https://bitbucket.org/controlsfx/controlsfx) from 11.0.2 to 11.0.3. - [Commits](https://bitbucket.org/controlsfx/controlsfx/commits) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6af71fbaa62..6e2728a74a2 100644 --- a/build.gradle +++ b/build.gradle @@ -167,7 +167,7 @@ dependencies { implementation 'org.fxmisc.richtext:richtextfx:0.10.4' implementation group: 'org.glassfish.hk2.external', name: 'jakarta.inject', version: '2.6.1' implementation 'com.jfoenix:jfoenix:9.0.10' - implementation 'org.controlsfx:controlsfx:11.0.2' + implementation 'org.controlsfx:controlsfx:11.0.3' implementation 'org.jsoup:jsoup:1.13.1' implementation 'com.konghq:unirest-java:3.11.02'