Skip to content

Commit 85ce010

Browse files
committed
Update versions of 3 plugins.
1 parent 5ae8135 commit 85ce010

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 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.0</version.spotbugs>
142142
<version.findsecbugs>1.12.0</version.findsecbugs>
143-
<version.spotbugs.maven>4.6.0.0</version.spotbugs.maven>
143+
<version.spotbugs.maven>4.7.0.0</version.spotbugs.maven>
144144
<version.surefire>3.0.0-M6</version.surefire>
145145
<project.java.target>1.8</project.java.target>
146146
<!-- TODO: Be sure to update. Should be date of previous official release -->
@@ -426,7 +426,7 @@
426426
<plugin>
427427
<groupId>org.codehaus.mojo</groupId>
428428
<artifactId>versions-maven-plugin</artifactId>
429-
<version>2.10.0</version>
429+
<version>2.11.0</version>
430430
<configuration>
431431
<rulesUri>file:${project.basedir}/versionRuleset.xml</rulesUri>
432432
</configuration>
@@ -439,7 +439,7 @@
439439
<plugin>
440440
<groupId>org.cyclonedx</groupId>
441441
<artifactId>cyclonedx-maven-plugin</artifactId>
442-
<version>2.6.1</version>
442+
<version>2.7.0</version>
443443
<executions>
444444
<execution>
445445
<phase>package</phase>

0 commit comments

Comments
 (0)