From b268c4a569d6385e192f97c9b7fa8dd28bf780b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 19:16:14 +0200 Subject: [PATCH] Bump controlsfx from 11.1.1 to 11.1.2 (#9261) Bumps [controlsfx](https://github.com/controlsfx/controlsfx) from 11.1.1 to 11.1.2. - [Release notes](https://github.com/controlsfx/controlsfx/releases) - [Commits](https://github.com/controlsfx/controlsfx/compare/11.1.1...11.1.2) --- updated-dependencies: - dependency-name: org.controlsfx:controlsfx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 294d9923147..80d7ac5c930 100644 --- a/build.gradle +++ b/build.gradle @@ -173,7 +173,7 @@ dependencies { implementation 'org.fxmisc.flowless:flowless:0.6.10' implementation 'org.fxmisc.richtext:richtextfx:0.10.9' implementation 'com.jfoenix:jfoenix:9.0.10' - implementation 'org.controlsfx:controlsfx:11.1.1' + implementation 'org.controlsfx:controlsfx:11.1.2' implementation 'org.jsoup:jsoup:1.15.3' implementation 'com.konghq:unirest-java:3.13.11'