Navigation Menu

Skip to content

Commit

Permalink
Upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Oct 2, 2011
1 parent 9b09609 commit 2b83a04
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
Binary file removed lib/gson-1.6.jar
Binary file not shown.
Binary file added lib/gson-1.7.2.jar
Binary file not shown.
Binary file renamed lib/junit-4.8.2.jar → lib/junit-4.10.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 4 additions & 3 deletions pom.xml
Expand Up @@ -69,13 +69,13 @@
<dependency>
<groupId>org.jboss.netty</groupId>
<artifactId>netty</artifactId>
<version>3.2.4.Final</version>
<version>3.2.5.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -87,7 +87,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>1.6</version>
<version>1.7.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -98,6 +98,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<encoding>UTF-8</encoding>
<source>1.6</source>
<target>1.6</target>
</configuration>
Expand Down

0 comments on commit 2b83a04

Please sign in to comment.