Skip to content

Commit 7f24ddd

Browse files
committed
AHC-119, NETTY-430: Upgrade to Netty 3.2.6-Final to fix NullPointerException in ChunkedWriteHandler.discard
1 parent 25dcb3b commit 7f24ddd

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
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>org.jboss.netty</groupId>
6464
<artifactId>netty</artifactId>
65-
<version>3.2.5.Final</version>
65+
<version>3.2.6.Final</version>
6666
<exclusions>
6767
<exclusion>
6868
<groupId>javax.servlet</groupId>

0 commit comments

Comments
 (0)