Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise baseline Java version to 21 #628

Merged
merged 4 commits into from
Mar 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump Alpine to 2.2.5
It's a precondition for Java 21 support :)

Signed-off-by: nscuro <[email protected]>
nscuro committed Mar 20, 2024
commit 1475a0dcc354e4c602f8269fe3f907e8f2fec1cd
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
<parent>
<groupId>us.springett</groupId>
<artifactId>alpine-parent</artifactId>
<version>2.2.4</version>
<version>2.2.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>