Skip to content

Commit

Permalink
Dependencies' updates
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-g committed May 10, 2015
1 parent 9399caa commit f33573a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
<mvn.version>3.0.0</mvn.version>

<com.fasterxml.jackson.version>2.3.0</com.fasterxml.jackson.version>
<junit.version>4.11</junit.version>
<junit.version>4.12</junit.version>
<hamcrest.version>1.3</hamcrest.version>
<maven-bundle-plugin.version>2.4.0</maven-bundle-plugin.version>
<wicket.version>6.15.0</wicket.version>
<maven-bundle-plugin.version>2.5.2</maven-bundle-plugin.version>
<wicket.version>6.19.0</wicket.version>
</properties>

<scm>
Expand Down Expand Up @@ -95,7 +95,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<scope>test</scope>
</dependency>

Expand All @@ -121,7 +121,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<version>3.3</version>
<configuration>
<source>${mvn.build.java.version}</source>
<target>${mvn.build.java.version}</target>
Expand All @@ -135,13 +135,13 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.1</version>
<version>2.2</version>
<inherited>true</inherited>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<version>2.4</version>
<executions>
<execution>
<goals>
Expand All @@ -154,7 +154,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<version>2.6</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit f33573a

Please sign in to comment.