We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848ba70 commit cfbf5f2Copy full SHA for cfbf5f2
1 file changed
pom.xml
@@ -11,7 +11,7 @@
11
<maven.compiler.source>25</maven.compiler.source>
12
<maven.compiler.target>25</maven.compiler.target>
13
<attach.version>4.0.10</attach.version>
14
- <javafx.version>21.0.8</javafx.version>
+ <javafx.version>25</javafx.version>
15
<log4j.version>2.22.1</log4j.version>
16
</properties>
17
@@ -89,7 +89,7 @@
89
<groupId>org.fxmisc.richtext</groupId>
90
<artifactId>richtextfx</artifactId>
91
<!-- 0.10.9 works better than 0.11.2 -->
92
- <version>0.11.6</version>
+ <version>0.11.7</version>
93
</dependency>
94
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
95
<dependency>
0 commit comments