Skip to content

Commit

Permalink
upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emacarron committed Dec 1, 2012
1 parent ebc6693 commit a65f81f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,19 +139,19 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.2</version>
<version>1.7.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.2</version>
<version>1.7.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
<version>1.2.17</version>
<optional>true</optional>
</dependency>
<dependency>
Expand All @@ -163,7 +163,7 @@
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.16.1-GA</version>
<version>3.17.0-GA</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit a65f81f

Please sign in to comment.