From 4048cb3aa4fe3fc8483e3a07e182143a3b537c89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 26 Nov 2018 07:28:31 +0100 Subject: [PATCH] Bump richtextfx from 0.9.1 to 0.9.2 (#4512) Bumps [richtextfx](https://github.com/FXMisc/RichTextFX) from 0.9.1 to 0.9.2. - [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.1...v0.9.2) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 70405f0931d..16454f8b502 100644 --- a/build.gradle +++ b/build.gradle @@ -133,7 +133,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.1' + compile 'org.fxmisc.richtext:richtextfx:0.9.2' compile 'com.sibvisions.external.jvxfx:dndtabpane:0.1' compile 'javax.inject:javax.inject:1' compile 'com.jfoenix:jfoenix:8.0.7'