Skip to content

Commit dd67607

Browse files
authored
Update to java 21
1 parent 9f9b4cf commit dd67607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
</modules>
1313

1414
<properties>
15-
<java.version>11</java.version>
15+
<java.version>21</java.version>
1616
<sonar.projectKey>piomin_sample-java-sonar</sonar.projectKey>
1717
<sonar.organization>piomin</sonar.organization>
1818
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
1919
</properties>
2020

21-
</project>
21+
</project>

0 commit comments

Comments
 (0)