From 5f308f59c0caf7cde4818ca4529e88f9a5f30852 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 01:00:27 +0000 Subject: [PATCH] Bump controlsfx from 11.0.1 to 11.1.2 Bumps [controlsfx](https://github.com/controlsfx/controlsfx) from 11.0.1 to 11.1.2. - [Release notes](https://github.com/controlsfx/controlsfx/releases) - [Commits](https://github.com/controlsfx/controlsfx/compare/11.0.1...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 9261409dff..34472576d8 100644 --- a/build.gradle +++ b/build.gradle @@ -181,7 +181,7 @@ dependencies { compile group: 'net.sourceforge.argparse4j', name: 'argparse4j', version: '0.8.1' compile group: 'xml-apis', name: 'xml-apis', version:'1.4.01' compile group: 'org.xmlunit', name: 'xmlunit-core', version:'2.6.3' - compile group: 'org.controlsfx', name: 'controlsfx', version:'11.0.1' + compile group: 'org.controlsfx', name: 'controlsfx', version:'11.1.2' compile group: 'net.sourceforge.pcgen', name: 'PCGen-base', version:'1.0.170' compile group: 'net.sourceforge.pcgen', name: 'PCGen-Formula', version:'1.0.200'