From a5aca9abd0f676cacbcfed3b1241c8cfd6d96812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 19:08:50 +0000 Subject: [PATCH] Bump controlsfx from 11.0.2 to 11.1.2 Bumps [controlsfx](https://github.com/controlsfx/controlsfx) from 11.0.2 to 11.1.2. - [Release notes](https://github.com/controlsfx/controlsfx/releases) - [Commits](https://github.com/controlsfx/controlsfx/compare/11.0.2...11.1.2) --- 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..c2257df365c 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.2' implementation 'org.jsoup:jsoup:1.13.1' implementation 'com.konghq:unirest-java:3.11.01'