Skip to content

Commit 32a96ea

Browse files
committed
Revert dependency updates for richtextfs / ikonli-javafx / ikonli-fontawesome5-pack
* Revert "Bump org.fxmisc.richtext:richtextfx from 0.9.2 to 0.11.7 (#281)" This reverts commit 174b79d. * Revert "Bump org.kordamp.ikonli:ikonli-javafx from 2.4.0 to 12.4.0 (#162)" This reverts commit 2dd7c23. * Revert "Bump org.kordamp.ikonli:ikonli-fontawesome5-pack from 2.4.0 to 12.4.0 (#161)" This reverts commit 9abec66.
1 parent 0443ab1 commit 32a96ea

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@
5353
* [#157](https://github.com/pmd/pmd-designer/pull/157): Bump junit5.version from 5.12.1 to 5.12.2
5454
* [#158](https://github.com/pmd/pmd-designer/pull/158): Bump org.junit.platform:junit-platform-launcher from 1.12.1 to 1.12.2
5555
* [#159](https://github.com/pmd/pmd-designer/pull/159): Bump org.checkerframework:checker-qual from 3.49.1 to 3.49.2
56-
* [#161](https://github.com/pmd/pmd-designer/pull/161): Bump org.kordamp.ikonli:ikonli-fontawesome5-pack from 2.4.0 to 12.4.0
57-
* [#162](https://github.com/pmd/pmd-designer/pull/162): Bump org.kordamp.ikonli:ikonli-javafx from 2.4.0 to 12.4.0
5856
* [#165](https://github.com/pmd/pmd-designer/pull/165): Bump com.puppycrawl.tools:checkstyle from 10.23.0 to 10.23.1
5957
* [#166](https://github.com/pmd/pmd-designer/pull/166): Bump net.sourceforge.pmd:pmd-lang-test from 7.12.0 to 7.13.0
6058
* [#167](https://github.com/pmd/pmd-designer/pull/167): Bump org.checkerframework:checker-qual from 3.49.2 to 3.49.3
@@ -127,7 +125,6 @@
127125
* [#277](https://github.com/pmd/pmd-designer/pull/277): Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0
128126
* [#279](https://github.com/pmd/pmd-designer/pull/279): Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0
129127
* [#280](https://github.com/pmd/pmd-designer/pull/280): Bump actions/checkout from 5.0.0 to 5.0.1
130-
* [#281](https://github.com/pmd/pmd-designer/pull/281): Bump org.fxmisc.richtext:richtextfx from 0.9.2 to 0.11.7
131128
* [#283](https://github.com/pmd/pmd-designer/pull/283): Bump actions/checkout from 5.0.1 to 6.0.0
132129
* [#284](https://github.com/pmd/pmd-designer/pull/284): Bump actions/create-github-app-token from 2.1.4 to 2.2.0
133130
* [#286](https://github.com/pmd/pmd-designer/pull/286): Bump build-tools from 35 to 36

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@
612612
<dependency>
613613
<groupId>org.fxmisc.richtext</groupId>
614614
<artifactId>richtextfx</artifactId>
615-
<version>0.11.7</version>
615+
<version>0.9.2</version>
616616
</dependency>
617617

618618
<!-- We need two incompatible versions of controlsfx, one for Java 8, and one for Java 9+ -->
@@ -656,12 +656,12 @@
656656
<dependency>
657657
<groupId>org.kordamp.ikonli</groupId>
658658
<artifactId>ikonli-javafx</artifactId>
659-
<version>12.4.0</version>
659+
<version>2.4.0</version>
660660
</dependency>
661661
<dependency>
662662
<groupId>org.kordamp.ikonli</groupId>
663663
<artifactId>ikonli-fontawesome5-pack</artifactId>
664-
<version>12.4.0</version>
664+
<version>2.4.0</version>
665665
</dependency>
666666

667667
<!-- PMD dependencies -->

0 commit comments

Comments
 (0)