File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
org.eclipse.m2e.maven.runtime Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 163163 <plugin >
164164 <groupId >org.apache.maven.plugins</groupId >
165165 <artifactId >maven-clean-plugin</artifactId >
166- <version >3.2 .0</version >
166+ <version >3.4 .0</version >
167167 </plugin >
168168 <plugin >
169169 <groupId >org.eclipse.tycho</groupId >
202202 <plugin >
203203 <groupId >org.eclipse.cbi.maven.plugins</groupId >
204204 <artifactId >eclipse-jarsigner-plugin</artifactId >
205- <version >1.3.4 </version >
205+ <version >1.5.0 </version >
206206 <configuration >
207207 <excludeInnerJars >true</excludeInnerJars >
208208 <resigningStrategy >DO_NOT_RESIGN</resigningStrategy >
Original file line number Diff line number Diff line change 236236 <plugin >
237237 <groupId >org.apache.maven.plugins</groupId >
238238 <artifactId >maven-dependency-plugin</artifactId >
239- <version >3.6.1 </version >
239+ <version >3.8.0 </version >
240240 <configuration >
241241 <overWriteIfNewer >true</overWriteIfNewer >
242242 <includeScope >runtime</includeScope > <!-- only include runtime and compile time dependencies, not test or provided! -->
263263 <plugin >
264264 <groupId >org.codehaus.mojo</groupId >
265265 <artifactId >animal-sniffer-maven-plugin</artifactId >
266- <version >1.23 </version >
266+ <version >1.24 </version >
267267 <executions >
268268 <execution >
269269 <goals >
368368 <plugin >
369369 <groupId >org.apache.maven.plugins</groupId >
370370 <artifactId >maven-jar-plugin</artifactId >
371- <version >3.3.0 </version >
371+ <version >3.4.2 </version >
372372 <configuration >
373373 <archive >
374374 <manifestFile >${project.build.outputDirectory} /META-INF/MANIFEST.MF</manifestFile >
379379 <plugin >
380380 <groupId >org.codehaus.mojo</groupId >
381381 <artifactId >build-helper-maven-plugin</artifactId >
382- <version >3.5 .0</version >
382+ <version >3.6 .0</version >
383383 <executions >
384384 <execution >
385385 <?m2e ignore ?>
You can’t perform that action at this time.
0 commit comments