Skip to content

Commit

Permalink
Issue #41: upgraded maven versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach committed Nov 14, 2017
1 parent cc01792 commit 9ef13d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,23 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.1</version>
<version>2.8.2</version>
</dependency>
<dependency>
<groupId>org.immutables</groupId>
<artifactId>value</artifactId>
<version>2.5.3</version>
<version>2.5.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.immutables</groupId>
<artifactId>gson</artifactId>
<version>2.5.3</version>
<version>2.5.6</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>4.8.0.201705170830-rc1</version>
<version>4.9.0.201710071750-r</version>
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand All @@ -69,13 +69,13 @@
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>1.6.6</version>
<version>1.7.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>1.6.6</version>
<version>1.7.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9ef13d8

Please sign in to comment.