From 038a4bf440f9b42ae9e1f8d6a916d46cccd9fd83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 4 Mar 2019 08:27:28 +0100 Subject: [PATCH] Bump richtextfx from 0.9.2 to 0.9.3 (#4718) Bumps [richtextfx](https://github.com/FXMisc/RichTextFX) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/FXMisc/RichTextFX/releases) - [Changelog](https://github.com/FXMisc/RichTextFX/blob/master/CHANGELOG.md) - [Commits](https://github.com/FXMisc/RichTextFX/compare/v0.9.2...v0.9.3) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a5c470c8f20..ea5d8e813b2 100644 --- a/build.gradle +++ b/build.gradle @@ -134,7 +134,7 @@ dependencies { compile 'de.saxsys:mvvmfx:1.7.0' compile 'org.fxmisc.easybind:easybind:1.0.3' compile 'org.fxmisc.flowless:flowless:0.6.1' - compile 'org.fxmisc.richtext:richtextfx:0.9.2' + compile 'org.fxmisc.richtext:richtextfx:0.9.3' compile 'com.sibvisions.external.jvxfx:dndtabpane:0.1' compile 'javax.inject:javax.inject:1' compile 'com.jfoenix:jfoenix:8.0.8'