Skip to content

Commit

Permalink
feat: switch to java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Nov 2, 2023
1 parent 0929d53 commit f125420
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 @@ -43,7 +43,7 @@
<jackson.version>2.15.3</jackson.version>
<spotbugs.version>4.8.0</spotbugs.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.release>21</maven.compiler.release>
<gpg.skip>true</gpg.skip>
</properties>

Expand Down

0 comments on commit f125420

Please sign in to comment.