Skip to content

Commit

Permalink
Updated Jackson, Jgit and Wiremock.
Browse files Browse the repository at this point in the history
  • Loading branch information
trautonen committed Sep 24, 2016
1 parent a07d85b commit 73f830f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -41,8 +41,8 @@
<properties>
<java.version>1.7</java.version>
<httpclient.version>4.5.2</httpclient.version>
<jackson.version>2.7.4</jackson.version>
<jgit.version>4.3.1.201605051710-r</jgit.version>
<jackson.version>2.8.3</jackson.version>
<jgit.version>4.5.0.201609210915-r</jgit.version>
<maven.version>3.0</maven.version>
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>
<timestamp>${maven.build.timestamp}</timestamp>
Expand Down Expand Up @@ -130,7 +130,7 @@
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<version>1.58</version>
<version>2.1.12</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 73f830f

Please sign in to comment.