|
35 | 35 |
|
36 | 36 | <groupId>gov.noaa.pfel.erddap</groupId>
|
37 | 37 | <artifactId>ERDDAP</artifactId>
|
38 |
| - <version>2.25</version> |
| 38 | + <version>2.25_1</version> |
39 | 39 | <packaging>war</packaging>
|
40 | 40 |
|
41 | 41 | <name>erddap</name>
|
|
260 | 260 | <plugin>
|
261 | 261 | <groupId>com.googlecode.maven-download-plugin</groupId>
|
262 | 262 | <artifactId>download-maven-plugin</artifactId>
|
263 |
| - <version>1.11.1</version> |
| 263 | + <version>1.11.2</version> |
264 | 264 | <executions>
|
265 | 265 | <execution>
|
266 | 266 | <id>download-content</id>
|
|
358 | 358 | </plugin>
|
359 | 359 | <plugin>
|
360 | 360 | <artifactId>maven-surefire-plugin</artifactId>
|
361 |
| - <version>3.5.1</version> |
| 361 | + <version>3.5.2</version> |
362 | 362 | <configuration>
|
363 | 363 | <additionalClasspathElements>
|
364 | 364 | <additionalClasspathElement>${project.basedir}/test-data</additionalClasspathElement>
|
|
369 | 369 | <plugin>
|
370 | 370 | <groupId>org.apache.maven.plugins</groupId>
|
371 | 371 | <artifactId>maven-failsafe-plugin</artifactId>
|
372 |
| - <version>3.5.1</version> |
| 372 | + <version>3.5.2</version> |
373 | 373 | <executions>
|
374 | 374 | <execution>
|
375 | 375 | <goals>
|
|
395 | 395 | <plugin>
|
396 | 396 | <groupId>com.github.spotbugs</groupId>
|
397 | 397 | <artifactId>spotbugs-maven-plugin</artifactId>
|
398 |
| - <version>4.8.6.4</version> |
| 398 | + <version>4.8.6.5</version> |
399 | 399 | <configuration>
|
400 | 400 | <maxHeap>2048</maxHeap>
|
401 | 401 | <includeFilterFile>spotbugs-security-include.xml</includeFilterFile>
|
|
486 | 486 | <plugin>
|
487 | 487 | <groupId>org.apache.maven.plugins</groupId>
|
488 | 488 | <artifactId>maven-dependency-plugin</artifactId>
|
489 |
| - <version>3.8.0</version> |
| 489 | + <version>3.8.1</version> |
490 | 490 | </plugin>
|
491 | 491 | <!-- https://mvnrepository.com/artifact/org.codehaus.plexus/plexus-utils -->
|
492 | 492 | <plugin>
|
|
1006 | 1006 | <plugin>
|
1007 | 1007 | <groupId>org.apache.maven.plugins</groupId>
|
1008 | 1008 | <artifactId>maven-surefire-report-plugin</artifactId>
|
1009 |
| - <version>3.5.1</version> |
| 1009 | + <version>3.5.2</version> |
1010 | 1010 | </plugin>
|
1011 | 1011 | <plugin>
|
1012 | 1012 | <groupId>org.apache.maven.plugins</groupId>
|
1013 | 1013 | <artifactId>maven-surefire-report-plugin</artifactId>
|
1014 |
| - <version>3.5.1</version> |
| 1014 | + <version>3.5.2</version> |
1015 | 1015 | <reportSets>
|
1016 | 1016 | <reportSet>
|
1017 | 1017 | <id>integration-tests</id>
|
|
0 commit comments