Skip to content

Commit

Permalink
[Project] Upgraded to Java 23
Browse files Browse the repository at this point in the history
  • Loading branch information
eitch committed Oct 22, 2024
1 parent 0d3befa commit fc208bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
<buildTimestamp>${maven.build.timestamp}</buildTimestamp>

<jdk.version>21</jdk.version>
<jdk.version>23</jdk.version>
<maven.compiler.source>${jdk.version}</maven.compiler.source>
<maven.compiler.target>${jdk.version}</maven.compiler.target>

Expand Down

0 comments on commit fc208bd

Please sign in to comment.