Skip to content

Commit 8174e39

Browse files
committed
o Updated to netty:3.2.5.Final and slf4j-api:1.6.2
1 parent 28f5e9b commit 8174e39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>org.jboss.netty</groupId>
6363
<artifactId>netty</artifactId>
64-
<version>3.2.4.Final</version>
64+
<version>3.2.5.Final</version>
6565
<exclusions>
6666
<exclusion>
6767
<groupId>javax.servlet</groupId>
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>org.slf4j</groupId>
8787
<artifactId>slf4j-api</artifactId>
88-
<version>1.6.1</version>
88+
<version>1.6.2</version>
8989
</dependency>
9090

9191
<!-- Test dependencies -->

0 commit comments

Comments
 (0)