Upgrade to netty-tcnative 1.1.33.Fork8

Motivation:

A new version of netty-tcnative was released with some important bug-fixes.

Modifications:

Bump up version.

Result:

Using latest netty-tcnative version
This commit is contained in:
Norman Maurer 2015-09-29 17:03:26 +02:00
parent ca44436ce6
commit 06fcb56980

View File

@ -701,7 +701,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-tcnative</artifactId>
<version>1.1.33.Fork7</version>
<version>1.1.33.Fork8</version>
<classifier>${tcnative.classifier}</classifier>
<scope>compile</scope>
<optional>true</optional>