Skip to content

Commit

Permalink
Merge pull request #111 from rchodava/ic/bump-netty-version
Browse files Browse the repository at this point in the history
Bump netty version to 4.1.3.Final.
  • Loading branch information
rchodava committed Apr 23, 2017
2 parents 4192037 + 6e1db62 commit 0dfd5fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions parent/pom.xml
Expand Up @@ -81,27 +81,27 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.1.0.CR6</version>
<version>4.1.3.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.0.CR6</version>
<version>4.1.3.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.0.CR6</version>
<version>4.1.3.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>4.1.0.CR6</version>
<version>4.1.3.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.0.CR6</version>
<version>4.1.3.Final</version>
</dependency>
<dependency>
<groupId>com.github.davidmoten</groupId>
Expand Down

0 comments on commit 0dfd5fd

Please sign in to comment.