Skip to content

Commit 86458ac

Browse files
committed
Updated maven plugins:
o maven-resources-plugin from 3.0.1 to 3.0.2 o maven-compiler-plugin from 3.5.1 to 3.6.0
1 parent a1a0496 commit 86458ac

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
@@ -222,7 +222,7 @@
222222
<plugin>
223223
<groupId>org.apache.maven.plugins</groupId>
224224
<artifactId>maven-resources-plugin</artifactId>
225-
<version>3.0.1</version>
225+
<version>3.0.2</version>
226226
</plugin>
227227
<plugin>
228228
<groupId>org.apache.maven.plugins</groupId>
@@ -277,7 +277,7 @@
277277
<plugin>
278278
<groupId>org.apache.maven.plugins</groupId>
279279
<artifactId>maven-compiler-plugin</artifactId>
280-
<version>3.5.1</version>
280+
<version>3.6.0</version>
281281
</plugin>
282282
<!--
283283
! We define a newer version than in parent.

0 commit comments

Comments
 (0)