Skip to content

Commit 8a73776

Browse files
Update pom.xml
1 parent 0957d09 commit 8a73776

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<url/>
2828
</scm>
2929
<properties>
30-
<java.version>17</java.version>
30+
<java.version>22</java.version>
3131
</properties>
3232
<dependencies>
3333
<dependency>
@@ -53,13 +53,13 @@
5353
<artifactId>native-maven-plugin</artifactId>
5454
</plugin> -->
5555
<plugin>
56-
<groupId>org.apache.maven.plugins</groupId>
57-
<artifactId>maven-compiler-plugin</artifactId>
58-
<version>3.8.1</version>
59-
<configuration>
60-
<source>11</source>
61-
<target>11</target>
62-
</configuration>
56+
<groupId>org.apache.maven.plugins</groupId>
57+
<artifactId>maven-compiler-plugin</artifactId>
58+
<version>3.10.1</version>
59+
<configuration>
60+
<source>22</source>
61+
<target>22</target>
62+
</configuration>
6363
</plugin>
6464
<plugin>
6565
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)