Skip to content

Commit 9ebcd64

Browse files
committedFeb 17, 2024
bump javafx+jogl versions
1 parent c4d7a63 commit 9ebcd64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -148,17 +148,17 @@
148148
<dependency>
149149
<groupId>org.openjfx</groupId>
150150
<artifactId>javafx-controls</artifactId>
151-
<version>19.0.2.1</version>
151+
<version>21</version>
152152
</dependency>
153153
<dependency>
154154
<groupId>org.jogamp.jogl</groupId>
155155
<artifactId>jogl-all-main</artifactId>
156-
<version>2.5.0-rc-20230523</version>
156+
<version>2.5.0</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>org.jogamp.gluegen</groupId>
160160
<artifactId>gluegen-rt-main</artifactId>
161-
<version>2.5.0-rc-20230523</version>
161+
<version>2.5.0</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>org.apache.xmlgraphics</groupId>

0 commit comments

Comments
 (0)