Skip to content

Commit

Permalink
Upgrade dependencies (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Chédru committed Jan 13, 2019
1 parent 0fde24d commit e31f907
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastexcel-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<properties>
<junit.jupiter.version>5.2.0</junit.jupiter.version>
<junit.platform.version>1.2.0</junit.platform.version>
<junit.platform.version>1.3.2</junit.platform.version>
</properties>

<dependencyManagement>
Expand Down
6 changes: 6 additions & 0 deletions fastexcel-writer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
<artifactId>jmh-core</artifactId>
<version>1.21</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.dhatim</groupId>
<artifactId>root-oss</artifactId>
<version>14.0.0</version>
<version>14.11.0</version>
</parent>

<artifactId>fastexcel-parent</artifactId>
Expand Down

0 comments on commit e31f907

Please sign in to comment.