Skip to content

Commit

Permalink
Upgraded to io.netty:netty:3.5.1.Final. Closes webbit#97
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Jul 13, 2012
1 parent 3ae2bb2 commit 56cc57d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Git master
==================

[Full changelog](https://github.com/webbit/webbit/compare/v0.4.12...master)

* Upgraded to io.netty:netty:3.5.1.Final ([#97](https://github.com/webbit/webbit/issues/97) Aslak Hellesøy)

0.4.12 (2012-07-06)
==================

Expand Down
Binary file removed lib/netty-3.2.7.Final.jar
Binary file not shown.
Binary file added lib/netty-3.5.1.Final.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
</repositories>
<dependencies>
<dependency>
<groupId>org.jboss.netty</groupId>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.2.7.Final</version>
<version>3.5.1.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 56cc57d

Please sign in to comment.