Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit d61cf7f

Browse files
committed
Update deps
1 parent 33faa5f commit d61cf7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,20 @@
5050
<dependency>
5151
<groupId>commons-io</groupId>
5252
<artifactId>commons-io</artifactId>
53-
<version>2.5</version>
53+
<version>2.11.0</version>
5454
<type>jar</type>
5555
</dependency>
5656
<dependency>
5757
<groupId>junit</groupId>
5858
<artifactId>junit</artifactId>
59-
<version>4.12</version>
59+
<version>4.13.1</version>
6060
<scope>test</scope>
6161
<type>jar</type>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.apache.poi</groupId>
6565
<artifactId>poi-ooxml</artifactId>
66-
<version>3.13</version>
66+
<version>4.1.1</version>
6767
</dependency>
6868
</dependencies>
6969
<build>

0 commit comments

Comments
 (0)