Skip to content

Commit d3cda75

Browse files
committed
Merge pull request #297 from jekh/dependency-updates
Dependency updates in advance of 1.1.0 release
2 parents 59abde8 + 3cfbe62 commit d3cda75

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1616
<github.global.server>github</github.global.server>
17-
<netty.version>4.0.35.Final</netty.version>
18-
<slf4j.version>1.7.19</slf4j.version>
17+
<netty.version>4.0.36.Final</netty.version>
18+
<slf4j.version>1.7.21</slf4j.version>
1919
</properties>
2020

2121
<organization>
@@ -84,7 +84,7 @@
8484
<profile>
8585
<id>netty-4.1</id>
8686
<properties>
87-
<netty.version>4.1.0.CR4</netty.version>
87+
<netty.version>4.1.0.Final</netty.version>
8888
</properties>
8989
</profile>
9090
</profiles>
@@ -151,7 +151,7 @@
151151
<dependency>
152152
<groupId>org.mockito</groupId>
153153
<artifactId>mockito-core</artifactId>
154-
<version>2.0.44-beta</version>
154+
<version>2.0.54-beta</version>
155155
<scope>test</scope>
156156
</dependency>
157157

@@ -332,7 +332,7 @@
332332
<plugin>
333333
<groupId>org.apache.maven.plugins</groupId>
334334
<artifactId>maven-enforcer-plugin</artifactId>
335-
<version>1.4</version>
335+
<version>1.4.1</version>
336336
</plugin>
337337

338338
<plugin>
@@ -344,7 +344,7 @@
344344
<plugin>
345345
<groupId>org.apache.maven.plugins</groupId>
346346
<artifactId>maven-release-plugin</artifactId>
347-
<version>2.5.2</version>
347+
<version>2.5.3</version>
348348
</plugin>
349349

350350
<plugin>
@@ -356,7 +356,7 @@
356356
<plugin>
357357
<groupId>org.apache.maven.plugins</groupId>
358358
<artifactId>maven-clean-plugin</artifactId>
359-
<version>2.6.1</version>
359+
<version>3.0.0</version>
360360
</plugin>
361361

362362
<plugin>
@@ -389,7 +389,7 @@
389389
<plugin>
390390
<groupId>org.sonatype.plugins</groupId>
391391
<artifactId>nexus-staging-maven-plugin</artifactId>
392-
<version>1.6.5</version>
392+
<version>1.6.7</version>
393393
<extensions>true</extensions>
394394
<configuration>
395395
<serverId>sonatype-nexus-staging</serverId>
@@ -409,7 +409,7 @@
409409
<plugin>
410410
<groupId>org.apache.maven.plugins</groupId>
411411
<artifactId>maven-compiler-plugin</artifactId>
412-
<version>3.3</version>
412+
<version>3.5.1</version>
413413
<configuration>
414414
<source>1.6</source>
415415
<target>1.6</target>
@@ -442,7 +442,7 @@
442442
<plugin>
443443
<groupId>org.apache.maven.plugins</groupId>
444444
<artifactId>maven-shade-plugin</artifactId>
445-
<version>2.4.1</version>
445+
<version>2.4.3</version>
446446
<executions>
447447
<execution>
448448
<phase>package</phase>

0 commit comments

Comments
 (0)