From 496bb930ad25792e3134b3290f3d5818d7c97338 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 07:39:50 +0000 Subject: [PATCH] Bump richtextfx from 0.10.1 to 0.10.2 Bumps [richtextfx](https://github.com/FXMisc/RichTextFX) from 0.10.1 to 0.10.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.10.1...v0.10.2) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 04ea37d1ef7..2030ca4a48b 100644 --- a/build.gradle +++ b/build.gradle @@ -164,7 +164,7 @@ dependencies { compile 'de.saxsys:mvvmfx:1.8.0' compile 'org.fxmisc.easybind:easybind:1.0.3' compile 'org.fxmisc.flowless:flowless:0.6.1' - compile 'org.fxmisc.richtext:richtextfx:0.10.1' + compile 'org.fxmisc.richtext:richtextfx:0.10.2' compile group: 'org.glassfish.hk2.external', name: 'jakarta.inject', version: '2.6.1' compile 'com.jfoenix:jfoenix:9.0.9' compile 'org.controlsfx:controlsfx:11.0.0'