From 5f93bb453517213d6c50ddaf7ee92d30deee572b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 07:59:18 +0000 Subject: [PATCH 1/2] Bump richtextfx from 0.10.3 to 0.10.4 Bumps [richtextfx](https://github.com/FXMisc/RichTextFX) from 0.10.3 to 0.10.4. - [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.3...v0.10.4) 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 863dd68d3db..d05b48b78a8 100644 --- a/build.gradle +++ b/build.gradle @@ -163,7 +163,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.3' + compile 'org.fxmisc.richtext:richtextfx:0.10.4' 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.1' From 2bdaefb7ff77dcd934b6acf6d2dd400ce1243a5c Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Mon, 24 Feb 2020 13:27:32 +0100 Subject: [PATCH 2/2] Update module-info.java --- src/main/java/module-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/module-info.java b/src/main/java/module-info.java index e19f933fcb8..a90f0226983 100644 --- a/src/main/java/module-info.java +++ b/src/main/java/module-info.java @@ -18,6 +18,7 @@ requires de.jensd.fx.fontawesomefx.commons; requires de.jensd.fx.fontawesomefx.materialdesignicons; requires org.controlsfx.controls; + requires org.fxmisc.richtext; provides com.airhacks.afterburner.views.ResourceLocator with org.jabref.gui.util.JabRefResourceLocator; @@ -63,7 +64,6 @@ requires org.graalvm.js; requires org.apache.xmpbox; requires de.saxsys.mvvmfx.validation; - requires richtextfx; requires com.google.gson; requires unirest.java; requires org.apache.httpcomponents.httpclient;