Upgrade to netty-tcnative-1.3.33.Fork6

Motivation:

A new netty-tcnative bugfix release was released.

Modifications:

Upgrade version.

Result:

Using latest netty-tcnative version
This commit is contained in:
Norman Maurer 2015-08-27 20:25:59 +02:00
parent 97f5b43a3e
commit 8e5834f711

View File

@ -698,7 +698,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-tcnative</artifactId>
<version>1.1.33.Fork5</version>
<version>1.1.33.Fork6</version>
<classifier>${os.detected.classifier}</classifier>
<scope>compile</scope>
<optional>true</optional>