From 99c9014c9cb73e2f35720b7ae891a6f7f1c1b922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 14:01:56 +0000 Subject: [PATCH] Bump flowless from 0.6.3 to 0.6.4 Bumps [flowless](https://github.com/FXMisc/Flowless) from 0.6.3 to 0.6.4. - [Release notes](https://github.com/FXMisc/Flowless/releases) - [Changelog](https://github.com/FXMisc/Flowless/blob/master/CHANGELOG.md) - [Commits](https://github.com/FXMisc/Flowless/compare/v0.6.3...v0.6.4) --- updated-dependencies: - dependency-name: org.fxmisc.flowless:flowless dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bd4c4d61ef7..550ef27ff69 100644 --- a/build.gradle +++ b/build.gradle @@ -173,7 +173,7 @@ dependencies { implementation 'de.saxsys:mvvmfx-validation:1.9.0-SNAPSHOT' implementation 'de.saxsys:mvvmfx:1.8.0' implementation 'com.tobiasdiez:easybind:2.2' - implementation 'org.fxmisc.flowless:flowless:0.6.3' + implementation 'org.fxmisc.flowless:flowless:0.6.4' implementation 'org.fxmisc.richtext:richtextfx:0.10.6' implementation group: 'org.glassfish.hk2.external', name: 'jakarta.inject', version: '2.6.1' implementation 'com.jfoenix:jfoenix:9.0.10'