Skip to content

Commit bea9c4d

Browse files
author
Olivier Chédru
authored
Merge pull request #170 from ochedru/upgrade
Upgrade dependencies
2 parents e1c0603 + 0f7a3ef commit bea9c4d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

e2e/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343
<dependency>
4444
<groupId>org.openjdk.jmh</groupId>
4545
<artifactId>jmh-core</artifactId>
46-
<version>1.32</version>
46+
<version>1.33</version>
4747
<scope>test</scope>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.openjdk.jmh</groupId>
5151
<artifactId>jmh-generator-annprocess</artifactId>
52-
<version>1.32</version>
52+
<version>1.33</version>
5353
<scope>test</scope>
5454
</dependency>
5555
<dependency>

fastexcel-reader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>com.fasterxml</groupId>
1515
<artifactId>aalto-xml</artifactId>
16-
<version>1.2.2</version>
16+
<version>1.3.0</version>
1717
</dependency>
1818
<dependency>
1919
<groupId>org.apache.commons</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.dhatim</groupId>
77
<artifactId>root-oss</artifactId>
8-
<version>21.7.0</version>
8+
<version>21.9.1</version>
99
</parent>
1010

1111
<artifactId>fastexcel-parent</artifactId>

0 commit comments

Comments
 (0)