Skip to content

Commit 33a7495

Browse files
committed
Upgrade from Java 17 to Java 21
1 parent b7abd47 commit 33a7495

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
@@ -327,8 +327,8 @@
327327
<artifactId>maven-compiler-plugin</artifactId>
328328
<version>3.7.0</version>
329329
<configuration>
330-
<source>17</source>
331-
<target>17</target>
330+
<source>21</source>
331+
<target>21</target>
332332
</configuration>
333333
</plugin>
334334

0 commit comments

Comments
 (0)