Netty 4.0.9 is out

This commit is contained in:
md_5 2013-09-08 08:45:06 +10:00
parent 89720fa208
commit 378fc7a71f
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
From b3c7421c34b7679656618b03581a7ff21881b70c Mon Sep 17 00:00:00 2001
From edc58f74c709f3ad2c2a8ec96dcb518aa5e6a3fd Mon Sep 17 00:00:00 2001
From: md_5 <md_5@live.com.au>
Date: Tue, 2 Jul 2013 09:06:29 +1000
Subject: [PATCH] Netty
diff --git a/pom.xml b/pom.xml
index ac0d198..bd5ff9f 100644
index ac0d198..db54e95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,6 +112,21 @@
@ -15,12 +15,12 @@ index ac0d198..bd5ff9f 100644
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-codec</artifactId>
+ <version>4.0.6.Final</version>
+ <version>4.0.9.Final</version>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-handler</artifactId>
+ <version>4.0.6.Final</version>
+ <version>4.0.9.Final</version>
+ </dependency>
+ <dependency>
+ <groupId>org.javassist</groupId>