Upgrade Netty to 3.10.5.final
This fixes a critical bug in SSL handling. See http://netty.io/news/2015/10/13/3-10-5-Final.html
This commit is contained in:
parent
9fa4cc92e5
commit
f4eab500aa
|
@ -1 +0,0 @@
|
||||||
15adf7ddece077d7dc429db058981f528d1c899a
|
|
|
@ -0,0 +1 @@
|
||||||
|
9ca7d55d246092bddd29b867706e2f6c7db701a0
|
2
pom.xml
2
pom.xml
|
@ -378,7 +378,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty</artifactId>
|
<artifactId>netty</artifactId>
|
||||||
<version>3.10.3.Final</version>
|
<version>3.10.5.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue