From 91107ef32bf6840d3fb911a5985ca2d115543854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Sep 2021 16:29:35 +0000 Subject: [PATCH] Bump controlsfx from 11.0.1 to 11.1.0 Bumps [controlsfx](https://github.com/controlsfx/controlsfx) from 11.0.1 to 11.1.0. - [Release notes](https://github.com/controlsfx/controlsfx/releases) - [Commits](https://github.com/controlsfx/controlsfx/compare/11.0.1...11.1.0) --- 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 ef5a28059a..851f195be1 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.0' compile group: 'net.sourceforge.pcgen', name: 'PCGen-base', version:'1.0.170' compile group: 'net.sourceforge.pcgen', name: 'PCGen-Formula', version:'1.0.200'