Skip to content

Commit 11ae7ec

Browse files
committed
"plexus-utils" dependency version updated from "3.0.20" to latest "3.0.21", plugin versions upgated to latest.
1 parent 6b588e6 commit 11ae7ec

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

pom.xml

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ under the License.
9898
<dependency>
9999
<groupId>org.codehaus.plexus</groupId>
100100
<artifactId>plexus-utils</artifactId>
101-
<version>3.0.20</version>
101+
<version>3.0.21</version>
102102
</dependency>
103103

104104
<!-- Maven -->
@@ -150,19 +150,25 @@ under the License.
150150
<plugin>
151151
<groupId>org.apache.maven.plugins</groupId>
152152
<artifactId>maven-antrun-plugin</artifactId>
153-
<version>1.7</version>
153+
<version>1.8</version>
154154
</plugin>
155155

156156
<plugin>
157157
<groupId>org.apache.maven.plugins</groupId>
158158
<artifactId>maven-assembly-plugin</artifactId>
159-
<version>2.5</version>
159+
<version>2.5.3</version>
160160
</plugin>
161161

162162
<plugin>
163163
<groupId>org.apache.maven.plugins</groupId>
164164
<artifactId>maven-checkstyle-plugin</artifactId>
165165
<version>2.13</version>
166+
<configuration>
167+
<configLocation>config/maven_checks.xml</configLocation>
168+
<excludes>org/scoverage/plugin/HelpMojo.java</excludes>
169+
<headerLocation>src/conf/checkstyle-header.txt</headerLocation>
170+
<includeTestSourceDirectory>true</includeTestSourceDirectory>
171+
</configuration>
166172
</plugin>
167173

168174
<plugin>
@@ -291,7 +297,7 @@ under the License.
291297
<plugin>
292298
<groupId>org.apache.maven.plugins</groupId>
293299
<artifactId>maven-pmd-plugin</artifactId>
294-
<version>3.2</version>
300+
<version>3.3</version>
295301
<configuration>
296302
<excludes>
297303
<exclude>org/scoverage/plugin/HelpMojo.java</exclude>
@@ -303,7 +309,7 @@ under the License.
303309
<plugin>
304310
<groupId>org.apache.maven.plugins</groupId>
305311
<artifactId>maven-project-info-reports-plugin</artifactId>
306-
<version>2.7</version>
312+
<version>2.8</version>
307313
</plugin>
308314

309315
<plugin>
@@ -345,19 +351,19 @@ under the License.
345351
<plugin>
346352
<groupId>org.apache.maven.plugins</groupId>
347353
<artifactId>maven-surefire-plugin</artifactId>
348-
<version>2.18</version>
354+
<version>2.18.1</version>
349355
</plugin>
350356

351357
<plugin>
352358
<groupId>org.apache.maven.plugins</groupId>
353359
<artifactId>maven-surefire-report-plugin</artifactId>
354-
<version>2.18</version>
360+
<version>2.18.1</version>
355361
</plugin>
356362

357363
<plugin>
358364
<groupId>org.codehaus.mojo</groupId>
359365
<artifactId>animal-sniffer-maven-plugin</artifactId>
360-
<version>1.11</version>
366+
<version>1.13</version>
361367
<configuration>
362368
<signature>
363369
<groupId>org.codehaus.mojo.signature</groupId>
@@ -393,7 +399,7 @@ under the License.
393399
<plugin>
394400
<groupId>org.codehaus.mojo</groupId>
395401
<artifactId>javancss-maven-plugin</artifactId>
396-
<version>2.0</version>
402+
<version>2.1</version>
397403
</plugin>
398404

399405
<plugin>
@@ -517,7 +523,7 @@ under the License.
517523
<plugin>
518524
<groupId>org.apache.maven.plugins</groupId>
519525
<artifactId>maven-project-info-reports-plugin</artifactId>
520-
<version>2.7</version>
526+
<version>2.8</version>
521527
</plugin>
522528
</plugins>
523529
</reporting>
@@ -690,7 +696,7 @@ under the License.
690696
<plugin>
691697
<groupId>org.apache.maven.plugins</groupId>
692698
<artifactId>maven-pmd-plugin</artifactId>
693-
<version>3.2</version>
699+
<version>3.3</version>
694700
<configuration>
695701
<excludes>
696702
<exclude>org/scoverage/plugin/HelpMojo.java</exclude>
@@ -703,7 +709,7 @@ under the License.
703709
<plugin>
704710
<groupId>org.apache.maven.plugins</groupId>
705711
<artifactId>maven-surefire-report-plugin</artifactId>
706-
<version>2.18</version>
712+
<version>2.18.1</version>
707713
<reportSets>
708714
<reportSet>
709715
<reports>
@@ -753,7 +759,7 @@ under the License.
753759
<plugin>
754760
<groupId>org.codehaus.mojo</groupId>
755761
<artifactId>javancss-maven-plugin</artifactId>
756-
<version>2.0</version>
762+
<version>2.1</version>
757763
</plugin>
758764

759765
<plugin>
@@ -871,7 +877,7 @@ under the License.
871877
<plugin>
872878
<groupId>org.apache.maven.plugins</groupId>
873879
<artifactId>maven-gpg-plugin</artifactId>
874-
<version>1.5</version>
880+
<version>1.6</version>
875881
</plugin>
876882
</plugins>
877883
</build>

0 commit comments

Comments
 (0)