Browse Source

update netty and jackson to the latest versions

Luis Filipe dos Santos Neves 11 years ago
parent
commit
73e0add747
1 changed files with 5 additions and 4 deletions
  1. 5 4
      netty/pom.xml

+ 5 - 4
netty/pom.xml

@@ -13,22 +13,23 @@
 		<dependency>
 		<dependency>
 			<groupId>io.netty</groupId>
 			<groupId>io.netty</groupId>
 			<artifactId>netty-codec-http</artifactId>
 			<artifactId>netty-codec-http</artifactId>
-			<version>4.0.17.Final</version>
+			<version>4.0.21.Final</version>
 		</dependency>
 		</dependency>
 		<dependency>
 		<dependency>
 			<groupId>io.netty</groupId>
 			<groupId>io.netty</groupId>
 			<artifactId>netty-transport-native-epoll</artifactId>
 			<artifactId>netty-transport-native-epoll</artifactId>
-			<version>4.0.17.Final</version>
+			<version>4.0.21.Final</version>
+			<classifier>linux-x86_64</classifier>
 		</dependency>
 		</dependency>
 		<dependency>
 		<dependency>
 			<groupId>com.fasterxml.jackson.core</groupId>
 			<groupId>com.fasterxml.jackson.core</groupId>
 			<artifactId>jackson-databind</artifactId>
 			<artifactId>jackson-databind</artifactId>
-			<version>2.3.1</version>
+			<version>RELEASE</version>
 		</dependency>
 		</dependency>
 		<dependency>
 		<dependency>
 			<groupId>com.fasterxml.jackson.module</groupId>
 			<groupId>com.fasterxml.jackson.module</groupId>
 			<artifactId>jackson-module-afterburner</artifactId>
 			<artifactId>jackson-module-afterburner</artifactId>
-			<version>2.3.1</version>
+			<version>RELEASE</version>
 		</dependency>
 		</dependency>
 		<dependency>
 		<dependency>
 			<groupId>javassist</groupId>
 			<groupId>javassist</groupId>