From 3a2f4e77ac30c5ded9b17d18d5d0aad26bed471c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2020 08:58:29 +0000 Subject: [PATCH] Bump richtextfx from 0.10.4 to 0.10.5 Bumps [richtextfx](https://github.com/FXMisc/RichTextFX) from 0.10.4 to 0.10.5. - [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.4...v0.10.5) 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 7ae17914f2d..5ce0cf0fab2 100644 --- a/build.gradle +++ b/build.gradle @@ -165,7 +165,7 @@ dependencies { implementation 'de.saxsys:mvvmfx:1.8.0' implementation 'org.fxmisc.easybind:easybind:1.0.3' implementation 'org.fxmisc.flowless:flowless:0.6.1' - implementation 'org.fxmisc.richtext:richtextfx:0.10.4' + implementation 'org.fxmisc.richtext:richtextfx:0.10.5' implementation group: 'org.glassfish.hk2.external', name: 'jakarta.inject', version: '2.6.1' implementation 'com.jfoenix:jfoenix:9.0.9' implementation 'org.controlsfx:controlsfx:11.0.1'