Skip to content

Commit

Permalink
Merge pull request #6 from ochedru/master
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
Olivier Chédru committed Apr 19, 2016
2 parents bfcc8df + 9fc4f07 commit 02ef578
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 @@ -54,7 +54,7 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.14</version>
<version>3.15-beta1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -66,7 +66,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -78,13 +78,13 @@
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<version>1.11.3</version>
<version>1.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>1.11.3</version>
<version>1.12</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 02ef578

Please sign in to comment.