|
180 | 180 | <plugin> |
181 | 181 | <groupId>org.apache.maven.plugins</groupId> |
182 | 182 | <artifactId>maven-jar-plugin</artifactId> |
183 | | - <version>3.4.2</version> |
| 183 | + <version>3.5.0</version> |
184 | 184 | <configuration> |
185 | 185 | <archive> |
186 | 186 | <manifest> |
|
194 | 194 | <plugin> |
195 | 195 | <groupId>org.apache.maven.plugins</groupId> |
196 | 196 | <artifactId>maven-war-plugin</artifactId> |
197 | | - <version>3.4.0</version> |
| 197 | + <version>3.5.1</version> |
198 | 198 | <configuration> |
199 | 199 | <failOnMissingWebXml>false</failOnMissingWebXml> |
200 | 200 | <!-- Filter the web.xml (needed for IDE compatibility/debugging) --> |
|
306 | 306 | <plugin> |
307 | 307 | <groupId>com.github.spotbugs</groupId> |
308 | 308 | <artifactId>spotbugs-maven-plugin</artifactId> |
309 | | - <version>4.9.6.0</version> |
| 309 | + <version>4.9.8.2</version> |
310 | 310 | <configuration> |
311 | 311 | <effort>Max</effort> |
312 | 312 | <threshold>Low</threshold> |
|
316 | 316 | <dependency> |
317 | 317 | <groupId>com.github.spotbugs</groupId> |
318 | 318 | <artifactId>spotbugs</artifactId> |
319 | | - <version>4.9.6</version> |
| 319 | + <version>4.9.8</version> |
320 | 320 | </dependency> |
321 | 321 | </dependencies> |
322 | 322 | <executions> |
|
346 | 346 | </plugin> |
347 | 347 | <plugin> |
348 | 348 | <artifactId>maven-assembly-plugin</artifactId> |
349 | | - <version>3.7.1</version> |
| 349 | + <version>3.8.0</version> |
350 | 350 | </plugin> |
351 | 351 | <plugin> |
352 | 352 | <groupId>org.apache.maven.plugins</groupId> |
|
356 | 356 | <plugin> |
357 | 357 | <groupId>org.apache.maven.plugins</groupId> |
358 | 358 | <artifactId>maven-resources-plugin</artifactId> |
359 | | - <version>3.3.1</version> |
| 359 | + <version>3.4.0</version> |
360 | 360 | </plugin> |
361 | 361 | <!-- Used to validate License Headers (see build process) --> |
362 | 362 | <plugin> |
|
389 | 389 | <plugin> |
390 | 390 | <groupId>org.apache.maven.plugins</groupId> |
391 | 391 | <artifactId>maven-source-plugin</artifactId> |
392 | | - <version>3.3.1</version> |
| 392 | + <version>3.4.0</version> |
393 | 393 | </plugin> |
394 | 394 | <!-- Used for custom Groovy code that fills out the 'agnostic.build.dir' needed to |
395 | 395 | set 'dspace.dir' for our testing environment --> |
|
408 | 408 | <plugin> |
409 | 409 | <groupId>org.jacoco</groupId> |
410 | 410 | <artifactId>jacoco-maven-plugin</artifactId> |
411 | | - <version>0.8.13</version> |
| 411 | + <version>0.8.14</version> |
412 | 412 | </plugin> |
413 | 413 | </plugins> |
414 | 414 | </pluginManagement> |
|
420 | 420 | <plugin> |
421 | 421 | <groupId>org.apache.maven.plugins</groupId> |
422 | 422 | <artifactId>maven-release-plugin</artifactId> |
423 | | - <version>3.1.1</version> |
| 423 | + <version>3.2.0</version> |
424 | 424 | <configuration> |
425 | 425 | <!-- During release:prepare and release:perform, pass the "release" property to enable the |
426 | 426 | "release" profile (and enable/disable other profiles based on whether they need releasing) --> |
|
488 | 488 | <plugin> |
489 | 489 | <groupId>org.codehaus.mojo</groupId> |
490 | 490 | <artifactId>xml-maven-plugin</artifactId> |
491 | | - <version>1.1.0</version> |
| 491 | + <version>1.2.0</version> |
492 | 492 | <executions> |
493 | 493 | <execution> |
494 | 494 | <id>validate-ALL-xml-and-xsl</id> |
|
0 commit comments