From db6d514e208ca9834a22ef5b6a7414d43474c0d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:29:58 +0000 Subject: [PATCH] Bump org.fxmisc.richtext:richtextfx from 0.11.2 to 0.11.3 (#11445) Bumps [org.fxmisc.richtext:richtextfx](https://github.com/FXMisc/RichTextFX) from 0.11.2 to 0.11.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.11.2...v0.11.3) --- updated-dependencies: - dependency-name: org.fxmisc.richtext:richtextfx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0a047dfa561..4e52f90fbe2 100644 --- a/build.gradle +++ b/build.gradle @@ -224,7 +224,7 @@ dependencies { exclude group: 'org.openjfx' } implementation 'org.fxmisc.flowless:flowless:0.7.3' - implementation 'org.fxmisc.richtext:richtextfx:0.11.2' + implementation 'org.fxmisc.richtext:richtextfx:0.11.3' implementation (group: 'com.dlsc.gemsfx', name: 'gemsfx', version: '2.32.0') { exclude module: 'javax.inject' // Split package, use only jakarta.inject exclude module: 'commons-lang3'