Skip to content

Commit 21c3bdb

Browse files
committed
Fixed Maven compiler version
1 parent 5703234 commit 21c3bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
<plugin>
198198
<groupId>org.apache.maven.plugins</groupId>
199199
<artifactId>maven-compiler-plugin</artifactId>
200-
<version>3.11.0</version>
200+
<version>3.12.1</version>
201201
<configuration>
202202
<source>21</source>
203203
<target>21</target>

0 commit comments

Comments
 (0)