Skip to content

Commit 0e9f93f

Browse files
committed
update some of the Maven plugins used for reporting/javadoc
1 parent 447d311 commit 0e9f93f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.
434434
<plugin>
435435
<groupId>com.github.spotbugs</groupId>
436436
<artifactId>spotbugs-maven-plugin</artifactId>
437-
<version>4.2.3</version>
437+
<version>4.9.3.0</version>
438438
<configuration>
439439
<xmlOutput>true</xmlOutput>
440440
<includeFilterFile>dev/findbugs_filter.xml</includeFilterFile>
@@ -448,7 +448,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.
448448
<plugin>
449449
<groupId>org.apache.maven.plugins</groupId>
450450
<artifactId>maven-pmd-plugin</artifactId>
451-
<version>3.21.2</version>
451+
<version>3.26.0</version>
452452
<reportSets>
453453
<reportSet>
454454
<reports>
@@ -467,7 +467,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.
467467
<plugin>
468468
<groupId>org.apache.maven.plugins</groupId>
469469
<artifactId>maven-docck-plugin</artifactId>
470-
<version>1.1</version>
470+
<version>1.2</version>
471471
</plugin>
472472
<plugin>
473473
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)