Skip to content

Commit

Permalink
Update to JavaFX 21.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Werner Randelshofer committed Jan 22, 2024
1 parent f4cc8f7 commit ff11c28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -470,22 +470,22 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-base</artifactId>
<version>21.0.1</version>
<version>21.0.2</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>
<version>21.0.1</version>
<version>21.0.2</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-graphics</artifactId>
<version>21.0.1</version>
<version>21.0.2</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>21.0.1</version>
<version>21.0.2</version>
</dependency>
<dependency>
<groupId>io.vavr</groupId>
Expand Down

0 comments on commit ff11c28

Please sign in to comment.