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:
parent
ca44436ce6
commit
06fcb56980
2
pom.xml
2
pom.xml
@ -701,7 +701,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${project.groupId}</groupId>
|
<groupId>${project.groupId}</groupId>
|
||||||
<artifactId>netty-tcnative</artifactId>
|
<artifactId>netty-tcnative</artifactId>
|
||||||
<version>1.1.33.Fork7</version>
|
<version>1.1.33.Fork8</version>
|
||||||
<classifier>${tcnative.classifier}</classifier>
|
<classifier>${tcnative.classifier}</classifier>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
|
Loading…
Reference in New Issue
Block a user