From 391b1b246271a8fbf30edd18043d26da9f71372d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 09:30:01 +0200 Subject: [PATCH] Bump flowless from 0.6.1 to 0.6.2 (#7003) Bumps [flowless](https://github.com/FXMisc/Flowless) from 0.6.1 to 0.6.2. - [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.1...v0.6.2) 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 22543d27379..b7c1a356bd6 100644 --- a/build.gradle +++ b/build.gradle @@ -163,7 +163,7 @@ dependencies { implementation 'de.saxsys:mvvmfx-validation:1.9.0-SNAPSHOT' implementation 'de.saxsys:mvvmfx:1.8.0' implementation 'com.tobiasdiez:easybind:2.1.0' - implementation 'org.fxmisc.flowless:flowless:0.6.1' + implementation 'org.fxmisc.flowless:flowless:0.6.2' 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'