Update Netty to version 3.10.3.Final

There a version mismatch between master (previously 3.10.0.Final) and 1.7 branch (3.10.3.Final)
This commit is contained in:
Tanguy Leroux 2015-07-17 11:35:33 +02:00
parent 1b37b48bb0
commit 25473d1d9b
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.10.0.Final</version>
<version>3.10.3.Final</version>
</dependency>
<dependency>