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 dab20ccdb6
commit 1ba087bc86

View File

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