aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2012-11-03 00:34:29 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2012-11-03 00:34:29 +1300
commitf0c3f5d0fc9c8a4333093c90123bf140016468eb (patch)
tree0c443e606a917df7a0073fdec4ebf62c0bbf218d /pom.xml
parent3d3b01bf2cda7e66275cc182bf27e69dc4c0ab36 (diff)
downloadtrackermap-server-f0c3f5d0fc9c8a4333093c90123bf140016468eb.tar.gz
trackermap-server-f0c3f5d0fc9c8a4333093c90123bf140016468eb.tar.bz2
trackermap-server-f0c3f5d0fc9c8a4333093c90123bf140016468eb.zip
Update libraries
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index e3574a274..8ff018fdf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
- <version>3.5.4.Final</version>
+ <version>3.5.9.Final</version>
</dependency>
<dependency>
@@ -40,27 +40,27 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-continuation</artifactId>
- <version>8.1.5.v20120716</version>
+ <version>8.1.7.v20120910</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-http</artifactId>
- <version>8.1.5.v20120716</version>
+ <version>8.1.7.v20120910</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-io</artifactId>
- <version>8.1.5.v20120716</version>
+ <version>8.1.7.v20120910</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
- <version>8.1.5.v20120716</version>
+ <version>8.1.7.v20120910</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
- <version>8.1.5.v20120716</version>
+ <version>8.1.7.v20120910</version>
</dependency>
</dependencies>
@@ -81,7 +81,7 @@
<plugins>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.5</version>
+ <version>2.5.1</version>
<executions>
<execution>
<phase>install</phase>