We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c9299 commit e1c97aeCopy full SHA for e1c97ae
JavaCon/SpecialKeywords/pom.xml
@@ -19,7 +19,7 @@
19
<dependency>
20
<groupId>org.openjfx</groupId>
21
<artifactId>javafx-controls</artifactId>
22
- <version>25-ea+8</version>
+ <version>25-ea+10</version>
23
</dependency>
24
25
</dependencies>
Playground/pom.xml
@@ -86,7 +86,7 @@
86
<plugin>
87
<groupId>org.apache.maven.plugins</groupId>
88
<artifactId>maven-surefire-plugin</artifactId>
89
- <version>3.5.2</version>
+ <version>3.5.3</version>
90
<configuration>
91
<argLine>--enable-preview</argLine>
92
</configuration>
0 commit comments