File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 6464 <dependency >
6565 <groupId >org.apache.maven</groupId >
6666 <artifactId >maven-plugin-api</artifactId >
67- <version >3.2.3 </version >
67+ <version >3.2.5 </version >
6868 </dependency >
6969 <dependency >
7070 <groupId >org.apache.maven.plugin-tools</groupId >
8585 <dependency >
8686 <groupId >org.apache.maven</groupId >
8787 <artifactId >maven-plugin-descriptor</artifactId >
88- <version >2.2.0 </version >
88+ <version >2.2.1 </version >
8989 </dependency >
9090 <dependency >
9191 <groupId >junit</groupId >
9292 <artifactId >junit</artifactId >
93- <version >4.11 </version >
93+ <version >4.12 </version >
9494 <scope >test</scope >
9595 </dependency >
9696 </dependencies >
109109 <plugin >
110110 <groupId >org.apache.maven.plugins</groupId >
111111 <artifactId >maven-assembly-plugin</artifactId >
112- <version >2.5.1 </version >
112+ <version >2.5.3 </version >
113113 <executions >
114114 <execution >
115115 <id >dist-src</id >
172172 </versionRange >
173173 <goals >
174174 <goal >helpmojo</goal >
175+ <goal >descriptor</goal >
175176 </goals >
176177 </pluginExecutionFilter >
177178 <action >
211212 <plugin >
212213 <groupId >org.apache.maven.plugins</groupId >
213214 <artifactId >maven-surefire-report-plugin</artifactId >
214- <version >2.17 </version >
215+ <version >2.18.1 </version >
215216 </plugin >
216217 </plugins >
217218 </reporting >
You can’t perform that action at this time.
0 commit comments