Skip to content

Commit e6d1729

Browse files
Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.13.0
1 parent 0c1645f commit e6d1729

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
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.apache.maven.plugins</groupId>
5757
<artifactId>maven-compiler-plugin</artifactId>
58-
<version>3.8.1</version> <!-- 显式指定一个兼容的版本 -->
58+
<version>3.13.0</version> <!-- 显式指定一个兼容的版本 -->
5959
<configuration>
6060
<source>${maven.compiler.source}</source>
6161
<target>${maven.compiler.target}</target>

0 commit comments

Comments
 (0)