|
45 | 45 | <developer> |
46 | 46 | <id>bretthoerner</id> |
47 | 47 | <name>Brett Hoerner</name> |
48 | | - <email>brett@sentry.com</email> |
| 48 | + <email>brett@sentry.io</email> |
49 | 49 | <organization>Sentry</organization> |
50 | | - <organizationUrl>https://getsentry.com/</organizationUrl> |
| 50 | + <organizationUrl>https://sentry.io/</organizationUrl> |
51 | 51 | </developer> |
52 | 52 | </developers> |
53 | 53 | <contributors> |
|
117 | 117 | <maven.compiler.target>7</maven.compiler.target> |
118 | 118 |
|
119 | 119 | <!-- dependencies versions --> |
120 | | - <slf4j.version>1.7.21</slf4j.version> |
| 120 | + <slf4j.version>1.7.22</slf4j.version> |
121 | 121 | <findbugs.version>3.0.1</findbugs.version> |
122 | | - <jackson.version>2.7.3</jackson.version> |
| 122 | + <jackson.version>2.7.6</jackson.version> |
123 | 123 | <jmockit.version>1.14</jmockit.version> |
124 | 124 | <testng.version>6.9.10</testng.version> |
125 | 125 | <hamcrest.version>1.3</hamcrest.version> |
|
192 | 192 | <plugin> |
193 | 193 | <groupId>org.apache.maven.plugins</groupId> |
194 | 194 | <artifactId>maven-release-plugin</artifactId> |
195 | | - <version>2.5.1</version> |
| 195 | + <version>2.5.3</version> |
196 | 196 | <configuration> |
197 | 197 | <tagNameFormat>v@{project.version}</tagNameFormat> |
198 | 198 | <localCheckout>true</localCheckout> |
|
209 | 209 | <plugin> |
210 | 210 | <groupId>com.github.github</groupId> |
211 | 211 | <artifactId>site-maven-plugin</artifactId> |
212 | | - <version>0.10</version> |
| 212 | + <version>0.12</version> |
213 | 213 | <configuration> |
214 | 214 | <message>Creating site for ${project.artifactId} ${project.version}</message> |
215 | 215 | <path>${project.distributionManagement.site.url}</path> |
|
228 | 228 | <plugin> |
229 | 229 | <groupId>org.apache.maven.plugins</groupId> |
230 | 230 | <artifactId>maven-site-plugin</artifactId> |
231 | | - <version>3.4</version> |
| 231 | + <version>3.6</version> |
232 | 232 | <configuration> |
233 | 233 | <skipDeploy>true</skipDeploy> |
234 | 234 | </configuration> |
235 | 235 | </plugin> |
236 | 236 | <plugin> |
237 | 237 | <groupId>org.codehaus.mojo</groupId> |
238 | 238 | <artifactId>animal-sniffer-maven-plugin</artifactId> |
239 | | - <version>1.13</version> |
| 239 | + <version>1.15</version> |
240 | 240 | <configuration> |
241 | 241 | <signature> |
242 | 242 | <groupId>org.codehaus.mojo.signature</groupId> |
|
260 | 260 | <plugin> |
261 | 261 | <groupId>org.eclipse.jetty</groupId> |
262 | 262 | <artifactId>jetty-maven-plugin</artifactId> |
263 | | - <version>9.3.0.M1</version> |
| 263 | + <version>9.2.21.v20170120</version> |
264 | 264 | <configuration> |
265 | 265 | <scanIntervalSeconds>10</scanIntervalSeconds> |
266 | 266 | <stopKey>foo</stopKey> |
| 267 | + <stopWait>10</stopWait> |
267 | 268 | <stopPort>9999</stopPort> |
268 | 269 | <war>${project.build.directory}/webapps/sentry-stub.war</war> |
269 | 270 | </configuration> |
|
292 | 293 | <plugin> |
293 | 294 | <groupId>org.apache.maven.plugins</groupId> |
294 | 295 | <artifactId>maven-surefire-plugin</artifactId> |
295 | | - <version>2.18.1</version> |
| 296 | + <version>2.19.1</version> |
296 | 297 | </plugin> |
297 | 298 | <plugin> |
298 | 299 | <groupId>org.apache.maven.plugins</groupId> |
299 | 300 | <artifactId>maven-failsafe-plugin</artifactId> |
300 | | - <version>2.18.1</version> |
| 301 | + <version>2.19.1</version> |
301 | 302 | <executions> |
302 | 303 | <execution> |
303 | 304 | <id>integration-tests</id> |
|
311 | 312 | <plugin> |
312 | 313 | <groupId>org.apache.maven.plugins</groupId> |
313 | 314 | <artifactId>maven-dependency-plugin</artifactId> |
314 | | - <version>2.9</version> |
| 315 | + <version>3.0.0</version> |
315 | 316 | <executions> |
316 | 317 | <execution> |
317 | 318 | <id>analyze</id> |
|
377 | 378 | </plugin> |
378 | 379 | <plugin> |
379 | 380 | <artifactId>maven-clean-plugin</artifactId> |
380 | | - <version>2.6.1</version> |
| 381 | + <version>3.0.0</version> |
381 | 382 | </plugin> |
382 | 383 | <plugin> |
383 | 384 | <artifactId>maven-compiler-plugin</artifactId> |
384 | | - <version>3.2</version> |
| 385 | + <version>3.6.1</version> |
385 | 386 | </plugin> |
386 | 387 | <plugin> |
387 | 388 | <artifactId>maven-deploy-plugin</artifactId> |
|
393 | 394 | </plugin> |
394 | 395 | <plugin> |
395 | 396 | <artifactId>maven-jar-plugin</artifactId> |
396 | | - <version>2.5</version> |
| 397 | + <version>3.0.2</version> |
397 | 398 | </plugin> |
398 | 399 | <plugin> |
399 | 400 | <artifactId>maven-resources-plugin</artifactId> |
400 | | - <version>2.7</version> |
| 401 | + <version>3.0.2</version> |
401 | 402 | </plugin> |
402 | 403 | <plugin> |
403 | 404 | <artifactId>maven-site-plugin</artifactId> |
404 | | - <version>3.4</version> |
| 405 | + <version>3.6</version> |
405 | 406 | </plugin> |
406 | 407 | <plugin> |
407 | 408 | <artifactId>maven-war-plugin</artifactId> |
408 | | - <version>2.5</version> |
| 409 | + <version>3.0.0</version> |
409 | 410 | </plugin> |
410 | 411 | </plugins> |
411 | 412 | </pluginManagement> |
|
416 | 417 | <plugin> |
417 | 418 | <groupId>org.apache.maven.plugins</groupId> |
418 | 419 | <artifactId>maven-project-info-reports-plugin</artifactId> |
419 | | - <version>2.7</version> |
| 420 | + <version>2.9</version> |
420 | 421 | </plugin> |
421 | 422 | <plugin> |
422 | 423 | <groupId>org.apache.maven.plugins</groupId> |
423 | 424 | <artifactId>maven-javadoc-plugin</artifactId> |
424 | | - <version>2.10.3</version> |
| 425 | + <version>2.10.4</version> |
425 | 426 | <configuration> |
426 | 427 | <excludePackageNames>com.getsentry.raven.util.base64*:com.getsentry.raven.sentrystub.util.base64</excludePackageNames> |
427 | 428 | </configuration> |
428 | 429 | </plugin> |
429 | 430 | <plugin> |
430 | 431 | <groupId>org.apache.maven.plugins</groupId> |
431 | 432 | <artifactId>maven-surefire-report-plugin</artifactId> |
432 | | - <version>2.18.1</version> |
| 433 | + <version>2.19.1</version> |
433 | 434 | </plugin> |
434 | 435 | <plugin> |
435 | 436 | <groupId>org.apache.maven.plugins</groupId> |
|
456 | 457 | <plugin> |
457 | 458 | <groupId>org.apache.maven.plugins</groupId> |
458 | 459 | <artifactId>maven-source-plugin</artifactId> |
459 | | - <version>2.4</version> |
| 460 | + <version>3.0.1</version> |
460 | 461 | <executions> |
461 | 462 | <execution> |
462 | 463 | <id>attach-sources</id> |
|
469 | 470 | <plugin> |
470 | 471 | <groupId>org.apache.maven.plugins</groupId> |
471 | 472 | <artifactId>maven-javadoc-plugin</artifactId> |
472 | | - <version>2.10.1</version> |
| 473 | + <version>2.10.4</version> |
473 | 474 | <executions> |
474 | 475 | <execution> |
475 | 476 | <id>attach-javadocs</id> |
|
482 | 483 | <plugin> |
483 | 484 | <groupId>org.apache.maven.plugins</groupId> |
484 | 485 | <artifactId>maven-gpg-plugin</artifactId> |
485 | | - <version>1.5</version> |
| 486 | + <version>1.6</version> |
486 | 487 | <executions> |
487 | 488 | <execution> |
488 | 489 | <id>sign-artifacts</id> |
|
496 | 497 | <plugin> |
497 | 498 | <groupId>org.sonatype.plugins</groupId> |
498 | 499 | <artifactId>nexus-staging-maven-plugin</artifactId> |
499 | | - <version>1.6.5</version> |
| 500 | + <version>1.6.7</version> |
500 | 501 | <extensions>true</extensions> |
501 | 502 | <configuration> |
502 | 503 | <serverId>sonatype-nexus-staging</serverId> |
|
527 | 528 | <plugin> |
528 | 529 | <groupId>org.pitest</groupId> |
529 | 530 | <artifactId>pitest-maven</artifactId> |
530 | | - <version>1.1.3</version> |
| 531 | + <version>1.1.11</version> |
531 | 532 | <configuration> |
532 | 533 | <targetTests> |
533 | 534 | <param>*Test</param> |
|
0 commit comments