|
133 | 133 | <plugin> |
134 | 134 | <groupId>org.apache.maven.plugins</groupId> |
135 | 135 | <artifactId>maven-surefire-plugin</artifactId> |
136 | | - <version>2.18</version> |
| 136 | + <version>2.19.1</version> |
137 | 137 | <configuration> |
138 | 138 | <!-- Excludes integration tests when unit tests are run --> |
139 | 139 | <excludes> |
|
144 | 144 | <plugin> |
145 | 145 | <groupId>org.apache.maven.plugins</groupId> |
146 | 146 | <artifactId>maven-enforcer-plugin</artifactId> |
147 | | - <version>1.4</version> |
| 147 | + <version>1.4.1</version> |
148 | 148 | <executions> |
149 | 149 | <execution> |
150 | 150 | <id>enforce-maven</id> |
|
186 | 186 | <plugin> |
187 | 187 | <groupId>org.apache.maven.plugins</groupId> |
188 | 188 | <artifactId>maven-failsafe-plugin</artifactId> |
189 | | - <version>2.18.1</version> |
| 189 | + <version>2.19.1</version> |
190 | 190 | <executions> |
191 | 191 | <execution> |
192 | 192 | <goals> |
|
218 | 218 | </plugin> |
219 | 219 | <plugin> |
220 | 220 | <artifactId>maven-compiler-plugin</artifactId> |
221 | | - <version>3.2</version> |
| 221 | + <version>3.5.1</version> |
222 | 222 | <configuration> |
223 | 223 | <source>1.7</source> |
224 | 224 | <target>1.7</target> |
|
269 | 269 | <plugin> |
270 | 270 | <groupId>org.sonatype.plugins</groupId> |
271 | 271 | <artifactId>nexus-staging-maven-plugin</artifactId> |
272 | | - <version>1.6.5</version> |
| 272 | + <version>1.6.6</version> |
273 | 273 | <extensions>true</extensions> |
274 | 274 | <configuration> |
275 | 275 | <serverId>sonatype-nexus-staging</serverId> |
|
280 | 280 | <plugin> |
281 | 281 | <groupId>org.eluder.coveralls</groupId> |
282 | 282 | <artifactId>coveralls-maven-plugin</artifactId> |
283 | | - <version>3.1.0</version> |
| 283 | + <version>4.1.0</version> |
284 | 284 | <configuration> |
285 | 285 | <coberturaReports> |
286 | 286 | <coberturaReport>${basedir}/target/coverage.xml</coberturaReport> |
|
313 | 313 | <plugin> |
314 | 314 | <groupId>org.apache.maven.plugins</groupId> |
315 | 315 | <artifactId>maven-checkstyle-plugin</artifactId> |
316 | | - <version>2.16</version> |
| 316 | + <version>2.17</version> |
317 | 317 | <dependencies> |
318 | 318 | <dependency> |
319 | 319 | <groupId>com.puppycrawl.tools</groupId> |
320 | 320 | <artifactId>checkstyle</artifactId> |
321 | | - <version>6.8.1</version> |
| 321 | + <version>6.15</version> |
322 | 322 | </dependency> |
323 | 323 | </dependencies> |
324 | 324 | </plugin> |
|
337 | 337 | <plugin> |
338 | 338 | <groupId>org.apache.maven.plugins</groupId> |
339 | 339 | <artifactId>maven-project-info-reports-plugin</artifactId> |
340 | | - <version>2.8</version> |
| 340 | + <version>2.8.1</version> |
341 | 341 | <reportSets> |
342 | 342 | <reportSet> |
343 | 343 | <reports> |
|
394 | 394 | <plugin> |
395 | 395 | <groupId>org.apache.maven.plugins</groupId> |
396 | 396 | <artifactId>maven-surefire-report-plugin</artifactId> |
397 | | - <version>2.18.1</version> |
| 397 | + <version>2.19.1</version> |
398 | 398 | </plugin> |
399 | 399 | <plugin> |
400 | 400 | <groupId>org.apache.maven.plugins</groupId> |
401 | 401 | <artifactId>maven-checkstyle-plugin</artifactId> |
402 | | - <version>2.16</version> |
| 402 | + <version>2.17</version> |
403 | 403 | <configuration> |
404 | 404 | <configLocation>checkstyle.xml</configLocation> |
405 | 405 | <failOnViolation>false</failOnViolation> |
|
0 commit comments