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 d4079d1403
commit 4b63ac95ae

View File

@ -687,7 +687,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>