From d2fc2882adcc33d3a54ffa75384c1bf2007d1f7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 11 Mar 2019 06:49:50 +0000 Subject: [PATCH] Bump mvvmfx from 1.7.0 to 1.8.0 Bumps [mvvmfx](https://github.com/sialcasa/mvvmFX) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/sialcasa/mvvmFX/releases) - [Commits](https://github.com/sialcasa/mvvmFX/commits) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a3a9a3f66ab..9e22520ad4c 100644 --- a/build.gradle +++ b/build.gradle @@ -130,7 +130,7 @@ dependencies { // JavaFX stuff compile 'de.jensd:fontawesomefx-materialdesignfont:1.7.22-4' - compile 'de.saxsys:mvvmfx-validation:1.7.0' + compile 'de.saxsys:mvvmfx-validation:1.8.0' compile 'de.saxsys:mvvmfx:1.7.0' compile 'org.fxmisc.easybind:easybind:1.0.3' compile 'org.fxmisc.flowless:flowless:0.6.1'