Browse Source

netty updated to 4.1.0.CR1. #313

master
Nikita 9 years ago
parent
commit
df9d7daf95
  1. 14
      pom.xml

14
pom.xml

@ -98,37 +98,37 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.0.32.Final</version>
<version>4.1.0.CR1</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.0.32.Final</version>
<version>4.1.0.CR1</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>4.0.32.Final</version>
<version>4.1.0.CR1</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.0.32.Final</version>
<version>4.1.0.CR1</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.0.32.Final</version>
<version>4.1.0.CR1</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.0.32.Final</version>
<version>4.1.0.CR1</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>4.0.32.Final</version>
<version>4.1.0.CR1</version>
</dependency>
<dependency>

Loading…
Cancel
Save