From 91d0050c27feb6c5373e7535bc2ed9a59b6eb0f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 05:21:20 +0000 Subject: [PATCH] Bump richtextfx from 0.10.4 to 0.10.6 Bumps [richtextfx](https://github.com/FXMisc/RichTextFX) from 0.10.4 to 0.10.6. - [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.6) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ab6304ce0e3..1c9e7d6c102 100644 --- a/build.gradle +++ b/build.gradle @@ -159,7 +159,7 @@ dependencies { implementation 'de.saxsys:mvvmfx:1.8.0' implementation 'com.tobiasdiez:easybind:2.1.0' implementation 'org.fxmisc.flowless:flowless:0.6.3' - implementation 'org.fxmisc.richtext:richtextfx:0.10.4' + implementation 'org.fxmisc.richtext:richtextfx:0.10.6' implementation group: 'org.glassfish.hk2.external', name: 'jakarta.inject', version: '2.6.1' implementation 'com.jfoenix:jfoenix:9.0.10' implementation 'org.controlsfx:controlsfx:11.1.0'