Skip to content

Commit

Permalink
chore: java 23 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed Dec 11, 2023
1 parent 0f1c25a commit 06cadc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ $ ./mvnw clean versions:display-dependency-updates versions:display-plugin-updat

[java_url]: https://jdk.java.net/

[java_img]: https://img.shields.io/badge/OpenJDK-jdk--22-ea791d?logo=java&logoColor=ea791d
[java_img]: https://img.shields.io/badge/OpenJDK-23--EA-ea791d?logo=java&logoColor=ea791d

[gha_url]: https://github.com/sureshg/jmh-bench-sample/actions/workflows/build.yml

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<project.build.outputTimestamp>2020-04-19T01:51:00Z</project.build.outputTimestamp>

<!-- Compiler versions -->
<jdk.version>22</jdk.version>
<release.version>22</release.version>
<jdk.version>23</jdk.version>
<release.version>23</release.version>
<maven.version>3.8</maven.version>
<maven.compiler.release>${release.version}</maven.compiler.release>
<!--<maven.compiler.source>${release.version}</maven.compiler.source>-->
Expand Down

0 comments on commit 06cadc9

Please sign in to comment.