Skip to content

Commit

Permalink
Upgrade Java and JavaFX
Browse files Browse the repository at this point in the history
  • Loading branch information
guirak committed Mar 29, 2023
1 parent a9381a2 commit b91b05d
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 @@ -94,7 +94,7 @@
<dependency>
<groupId>org.controlsfx</groupId>
<artifactId>controlsfx</artifactId>
<version>11.1.1</version>
<version>11.1.2</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -175,9 +175,9 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<release>11</release>
<source>11</source>
<target>11</target>
<release>17</release>
<source>17</source>
<target>17</target>
</configuration>
</plugin>

Expand Down

0 comments on commit b91b05d

Please sign in to comment.