Skip to content

Commit 3ff7933

Browse files
committed
Update all Maven plugins to latest version
1 parent 57dec68 commit 3ff7933

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<version.powermock>2.0.9</version.powermock>
141141
<version.spotbugs>4.7.1</version.spotbugs>
142142
<version.findsecbugs>1.12.0</version.findsecbugs>
143-
<version.spotbugs.maven>4.7.1.0</version.spotbugs.maven>
143+
<version.spotbugs.maven>4.7.3.0</version.spotbugs.maven>
144144
<version.surefire>3.0.0-M7</version.surefire>
145145
<project.java.target>1.8</project.java.target>
146146
<!-- TODO: Be sure to update. Should be date of previous official release -->
@@ -417,7 +417,7 @@
417417
<plugin>
418418
<groupId>org.apache.maven.plugins</groupId>
419419
<artifactId>maven-assembly-plugin</artifactId>
420-
<version>3.4.1</version>
420+
<version>3.4.2</version>
421421
</plugin>
422422
<plugin>
423423
<groupId>org.apache.maven.plugins</groupId>
@@ -427,12 +427,12 @@
427427
<plugin>
428428
<groupId>org.apache.maven.plugins</groupId>
429429
<artifactId>maven-release-plugin</artifactId>
430-
<version>3.0.0-M6</version>
430+
<version>3.0.0-M7</version>
431431
</plugin>
432432
<plugin>
433433
<groupId>org.codehaus.mojo</groupId>
434434
<artifactId>versions-maven-plugin</artifactId>
435-
<version>2.11.0</version>
435+
<version>2.13.0</version>
436436
<configuration>
437437
<rulesUri>file:${project.basedir}/versionRuleset.xml</rulesUri>
438438
</configuration>
@@ -445,7 +445,7 @@
445445
<plugin>
446446
<groupId>org.cyclonedx</groupId>
447447
<artifactId>cyclonedx-maven-plugin</artifactId>
448-
<version>2.7.1</version>
448+
<version>2.7.3</version>
449449
<executions>
450450
<execution>
451451
<phase>package</phase>
@@ -631,13 +631,13 @@
631631
<plugin>
632632
<groupId>org.apache.maven.plugins</groupId>
633633
<artifactId>maven-install-plugin</artifactId>
634-
<version>3.0.0</version>
634+
<version>3.1.0</version>
635635
</plugin>
636636

637637
<plugin>
638638
<groupId>org.apache.maven.plugins</groupId>
639639
<artifactId>maven-jar-plugin</artifactId>
640-
<version>3.2.2</version>
640+
<version>3.3.0</version>
641641
<configuration>
642642
<archive>
643643
<manifest>
@@ -651,7 +651,7 @@
651651
<plugin>
652652
<groupId>org.apache.maven.plugins</groupId>
653653
<artifactId>maven-javadoc-plugin</artifactId>
654-
<version>3.4.0</version>
654+
<version>3.4.1</version>
655655
<configuration>
656656
<source>8</source>
657657
<doclint>none</doclint>
@@ -669,25 +669,25 @@
669669
<plugin>
670670
<groupId>org.apache.maven.plugins</groupId>
671671
<artifactId>maven-jxr-plugin</artifactId>
672-
<version>3.2.0</version>
672+
<version>3.3.0</version>
673673
</plugin>
674674

675675
<plugin>
676676
<groupId>org.apache.maven.plugins</groupId>
677677
<artifactId>maven-pmd-plugin</artifactId>
678-
<version>3.17.0</version>
678+
<version>3.19.0</version>
679679
</plugin>
680680

681681
<plugin>
682682
<groupId>org.apache.maven.plugins</groupId>
683683
<artifactId>maven-project-info-reports-plugin</artifactId>
684-
<version>3.4.0</version>
684+
<version>3.4.1</version>
685685
</plugin>
686686

687687
<plugin>
688688
<groupId>org.apache.maven.plugins</groupId>
689689
<artifactId>maven-resources-plugin</artifactId>
690-
<version>3.2.0</version>
690+
<version>3.3.0</version>
691691
</plugin>
692692

693693
<plugin>
@@ -754,7 +754,7 @@
754754
<plugin>
755755
<groupId>org.owasp</groupId>
756756
<artifactId>dependency-check-maven</artifactId>
757-
<version>7.1.1</version>
757+
<version>7.3.2</version>
758758
<configuration>
759759
<failBuildOnCVSS>1.0</failBuildOnCVSS>
760760
<suppressionFiles>./suppressions.xml</suppressionFiles>

0 commit comments

Comments
 (0)