Skip to content

Commit a6f07a5

Browse files
committed
update maven-compiler-plugin
1 parent 7ffaaf5 commit a6f07a5

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
@@ -208,7 +208,7 @@
208208
<plugin>
209209
<groupId>org.apache.maven.plugins</groupId>
210210
<artifactId>maven-compiler-plugin</artifactId>
211-
<version>3.5.1</version>
211+
<version>3.14.0</version>
212212
<executions>
213213
<!-- Replacing default-compile as it is treated specially by maven -->
214214
<execution>
@@ -339,7 +339,7 @@
339339
<plugin>
340340
<groupId>org.apache.maven.plugins</groupId>
341341
<artifactId>maven-antrun-plugin</artifactId>
342-
<version>3.0.0</version>
342+
<version>3.1.0</version>
343343
</plugin>
344344
</plugins>
345345
</pluginManagement>

0 commit comments

Comments
 (0)