Skip to content

Commit 1f1a33e

Browse files
authored
Bump Maven plugins and deps, wait for Jetty test server to stop betwe… (getsentry#295)
1 parent 8d8230e commit 1f1a33e

File tree

4 files changed

+30
-36
lines changed

4 files changed

+30
-36
lines changed

pom.xml

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
<developer>
4646
<id>bretthoerner</id>
4747
<name>Brett Hoerner</name>
48-
<email>brett@sentry.com</email>
48+
<email>brett@sentry.io</email>
4949
<organization>Sentry</organization>
50-
<organizationUrl>https://getsentry.com/</organizationUrl>
50+
<organizationUrl>https://sentry.io/</organizationUrl>
5151
</developer>
5252
</developers>
5353
<contributors>
@@ -117,9 +117,9 @@
117117
<maven.compiler.target>7</maven.compiler.target>
118118

119119
<!-- dependencies versions -->
120-
<slf4j.version>1.7.21</slf4j.version>
120+
<slf4j.version>1.7.22</slf4j.version>
121121
<findbugs.version>3.0.1</findbugs.version>
122-
<jackson.version>2.7.3</jackson.version>
122+
<jackson.version>2.7.6</jackson.version>
123123
<jmockit.version>1.14</jmockit.version>
124124
<testng.version>6.9.10</testng.version>
125125
<hamcrest.version>1.3</hamcrest.version>
@@ -192,7 +192,7 @@
192192
<plugin>
193193
<groupId>org.apache.maven.plugins</groupId>
194194
<artifactId>maven-release-plugin</artifactId>
195-
<version>2.5.1</version>
195+
<version>2.5.3</version>
196196
<configuration>
197197
<tagNameFormat>v@{project.version}</tagNameFormat>
198198
<localCheckout>true</localCheckout>
@@ -209,7 +209,7 @@
209209
<plugin>
210210
<groupId>com.github.github</groupId>
211211
<artifactId>site-maven-plugin</artifactId>
212-
<version>0.10</version>
212+
<version>0.12</version>
213213
<configuration>
214214
<message>Creating site for ${project.artifactId} ${project.version}</message>
215215
<path>${project.distributionManagement.site.url}</path>
@@ -228,15 +228,15 @@
228228
<plugin>
229229
<groupId>org.apache.maven.plugins</groupId>
230230
<artifactId>maven-site-plugin</artifactId>
231-
<version>3.4</version>
231+
<version>3.6</version>
232232
<configuration>
233233
<skipDeploy>true</skipDeploy>
234234
</configuration>
235235
</plugin>
236236
<plugin>
237237
<groupId>org.codehaus.mojo</groupId>
238238
<artifactId>animal-sniffer-maven-plugin</artifactId>
239-
<version>1.13</version>
239+
<version>1.15</version>
240240
<configuration>
241241
<signature>
242242
<groupId>org.codehaus.mojo.signature</groupId>
@@ -260,10 +260,11 @@
260260
<plugin>
261261
<groupId>org.eclipse.jetty</groupId>
262262
<artifactId>jetty-maven-plugin</artifactId>
263-
<version>9.3.0.M1</version>
263+
<version>9.2.21.v20170120</version>
264264
<configuration>
265265
<scanIntervalSeconds>10</scanIntervalSeconds>
266266
<stopKey>foo</stopKey>
267+
<stopWait>10</stopWait>
267268
<stopPort>9999</stopPort>
268269
<war>${project.build.directory}/webapps/sentry-stub.war</war>
269270
</configuration>
@@ -292,12 +293,12 @@
292293
<plugin>
293294
<groupId>org.apache.maven.plugins</groupId>
294295
<artifactId>maven-surefire-plugin</artifactId>
295-
<version>2.18.1</version>
296+
<version>2.19.1</version>
296297
</plugin>
297298
<plugin>
298299
<groupId>org.apache.maven.plugins</groupId>
299300
<artifactId>maven-failsafe-plugin</artifactId>
300-
<version>2.18.1</version>
301+
<version>2.19.1</version>
301302
<executions>
302303
<execution>
303304
<id>integration-tests</id>
@@ -311,7 +312,7 @@
311312
<plugin>
312313
<groupId>org.apache.maven.plugins</groupId>
313314
<artifactId>maven-dependency-plugin</artifactId>
314-
<version>2.9</version>
315+
<version>3.0.0</version>
315316
<executions>
316317
<execution>
317318
<id>analyze</id>
@@ -377,11 +378,11 @@
377378
</plugin>
378379
<plugin>
379380
<artifactId>maven-clean-plugin</artifactId>
380-
<version>2.6.1</version>
381+
<version>3.0.0</version>
381382
</plugin>
382383
<plugin>
383384
<artifactId>maven-compiler-plugin</artifactId>
384-
<version>3.2</version>
385+
<version>3.6.1</version>
385386
</plugin>
386387
<plugin>
387388
<artifactId>maven-deploy-plugin</artifactId>
@@ -393,19 +394,19 @@
393394
</plugin>
394395
<plugin>
395396
<artifactId>maven-jar-plugin</artifactId>
396-
<version>2.5</version>
397+
<version>3.0.2</version>
397398
</plugin>
398399
<plugin>
399400
<artifactId>maven-resources-plugin</artifactId>
400-
<version>2.7</version>
401+
<version>3.0.2</version>
401402
</plugin>
402403
<plugin>
403404
<artifactId>maven-site-plugin</artifactId>
404-
<version>3.4</version>
405+
<version>3.6</version>
405406
</plugin>
406407
<plugin>
407408
<artifactId>maven-war-plugin</artifactId>
408-
<version>2.5</version>
409+
<version>3.0.0</version>
409410
</plugin>
410411
</plugins>
411412
</pluginManagement>
@@ -416,20 +417,20 @@
416417
<plugin>
417418
<groupId>org.apache.maven.plugins</groupId>
418419
<artifactId>maven-project-info-reports-plugin</artifactId>
419-
<version>2.7</version>
420+
<version>2.9</version>
420421
</plugin>
421422
<plugin>
422423
<groupId>org.apache.maven.plugins</groupId>
423424
<artifactId>maven-javadoc-plugin</artifactId>
424-
<version>2.10.3</version>
425+
<version>2.10.4</version>
425426
<configuration>
426427
<excludePackageNames>com.getsentry.raven.util.base64*:com.getsentry.raven.sentrystub.util.base64</excludePackageNames>
427428
</configuration>
428429
</plugin>
429430
<plugin>
430431
<groupId>org.apache.maven.plugins</groupId>
431432
<artifactId>maven-surefire-report-plugin</artifactId>
432-
<version>2.18.1</version>
433+
<version>2.19.1</version>
433434
</plugin>
434435
<plugin>
435436
<groupId>org.apache.maven.plugins</groupId>
@@ -456,7 +457,7 @@
456457
<plugin>
457458
<groupId>org.apache.maven.plugins</groupId>
458459
<artifactId>maven-source-plugin</artifactId>
459-
<version>2.4</version>
460+
<version>3.0.1</version>
460461
<executions>
461462
<execution>
462463
<id>attach-sources</id>
@@ -469,7 +470,7 @@
469470
<plugin>
470471
<groupId>org.apache.maven.plugins</groupId>
471472
<artifactId>maven-javadoc-plugin</artifactId>
472-
<version>2.10.1</version>
473+
<version>2.10.4</version>
473474
<executions>
474475
<execution>
475476
<id>attach-javadocs</id>
@@ -482,7 +483,7 @@
482483
<plugin>
483484
<groupId>org.apache.maven.plugins</groupId>
484485
<artifactId>maven-gpg-plugin</artifactId>
485-
<version>1.5</version>
486+
<version>1.6</version>
486487
<executions>
487488
<execution>
488489
<id>sign-artifacts</id>
@@ -496,7 +497,7 @@
496497
<plugin>
497498
<groupId>org.sonatype.plugins</groupId>
498499
<artifactId>nexus-staging-maven-plugin</artifactId>
499-
<version>1.6.5</version>
500+
<version>1.6.7</version>
500501
<extensions>true</extensions>
501502
<configuration>
502503
<serverId>sonatype-nexus-staging</serverId>
@@ -527,7 +528,7 @@
527528
<plugin>
528529
<groupId>org.pitest</groupId>
529530
<artifactId>pitest-maven</artifactId>
530-
<version>1.1.3</version>
531+
<version>1.1.11</version>
531532
<configuration>
532533
<targetTests>
533534
<param>*Test</param>

raven-appengine/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
<description>Raven module allowing to use GoogleApp Engine and its task queueing system.</description>
1515

1616
<properties>
17-
<appengine-api.version>1.9.34</appengine-api.version>
18-
<logback.version>1.1.7</logback.version>
17+
<appengine-api.version>1.9.49</appengine-api.version>
1918
</properties>
2019

2120
<dependencies>
@@ -33,12 +32,6 @@
3332
<artifactId>slf4j-api</artifactId>
3433
</dependency>
3534

36-
<dependency>
37-
<groupId>ch.qos.logback</groupId>
38-
<artifactId>logback-classic</artifactId>
39-
<version>${logback.version}</version>
40-
<scope>test</scope>
41-
</dependency>
4235
<dependency>
4336
<groupId>org.jmockit</groupId>
4437
<artifactId>jmockit</artifactId>

raven-log4j2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<description>log4j2 appender allowing to send logs to the Raven-Java client.</description>
1616

1717
<properties>
18-
<log4j2.version>2.5</log4j2.version>
18+
<log4j2.version>2.8</log4j2.version>
1919
</properties>
2020

2121
<dependencies>

raven-logback/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<description>Logback appender allowing to send logs to the Raven-Java client.</description>
1616

1717
<properties>
18-
<logback.version>1.1.7</logback.version>
18+
<logback.version>1.1.9</logback.version>
1919
</properties>
2020

2121
<dependencies>

0 commit comments

Comments
 (0)