Skip to content

Commit 44283ef

Browse files
committed
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 See #14105
1 parent ce18919 commit 44283ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
<dependency>
268268
<groupId>io.netty</groupId>
269269
<artifactId>netty</artifactId>
270-
<version>3.10.3.Final</version>
270+
<version>3.10.5.Final</version>
271271
<scope>compile</scope>
272272
</dependency>
273273

0 commit comments

Comments
 (0)