From 2e40b17b95d476ac89fb9062f154ec0537f47291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 19:07:56 +0000 Subject: [PATCH] Bump controlsfx from 11.0.2 to 11.1.1 Bumps [controlsfx](https://github.com/controlsfx/controlsfx) from 11.0.2 to 11.1.1. - [Release notes](https://github.com/controlsfx/controlsfx/releases) - [Commits](https://github.com/controlsfx/controlsfx/compare/11.0.2...11.1.1) --- updated-dependencies: - dependency-name: org.controlsfx:controlsfx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d52be63ae85..421e9152489 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.1.1' implementation 'org.jsoup:jsoup:1.13.1' implementation 'com.konghq:unirest-java:3.11.01'