Skip to content

Commit

Permalink
bump javafx+jogl versions
Browse files Browse the repository at this point in the history
  • Loading branch information
micycle1 committed Feb 17, 2024
1 parent c4d7a63 commit 9ebcd64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,17 +148,17 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>19.0.2.1</version>
<version>21</version>
</dependency>
<dependency>
<groupId>org.jogamp.jogl</groupId>
<artifactId>jogl-all-main</artifactId>
<version>2.5.0-rc-20230523</version>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>org.jogamp.gluegen</groupId>
<artifactId>gluegen-rt-main</artifactId>
<version>2.5.0-rc-20230523</version>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
Expand Down

0 comments on commit 9ebcd64

Please sign in to comment.