diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2012-11-03 00:34:29 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2012-11-03 00:34:29 +1300 |
commit | f0c3f5d0fc9c8a4333093c90123bf140016468eb (patch) | |
tree | 0c443e606a917df7a0073fdec4ebf62c0bbf218d | |
parent | 3d3b01bf2cda7e66275cc182bf27e69dc4c0ab36 (diff) | |
download | trackermap-server-f0c3f5d0fc9c8a4333093c90123bf140016468eb.tar.gz trackermap-server-f0c3f5d0fc9c8a4333093c90123bf140016468eb.tar.bz2 trackermap-server-f0c3f5d0fc9c8a4333093c90123bf140016468eb.zip |
Update libraries
-rw-r--r-- | pom.xml | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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> |