Skip to content

Commit

Permalink
chore: update compiler source and target from Java 17 to 21 in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
FanJups committed Jul 6, 2024
1 parent bc31fbd commit 0b64354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

<properties>
<java.version>21</java.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>

<revision>0.0.1-SNAPSHOT</revision>

Expand Down

0 comments on commit 0b64354

Please sign in to comment.