Skip to content

Commit 08b5bab

Browse files
committed
Update dependencies
1 parent 79136ba commit 08b5bab

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.apache.poi</groupId>
5151
<artifactId>poi</artifactId>
52-
<version>5.2.3</version>
52+
<version>5.2.5</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>colt</groupId>
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>commons-net</groupId>
6363
<artifactId>commons-net</artifactId>
64-
<version>3.9.0</version>
64+
<version>3.10.0</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.apache.commons</groupId>
@@ -76,12 +76,12 @@
7676
<dependency>
7777
<groupId>org.apache.commons</groupId>
7878
<artifactId>commons-lang3</artifactId>
79-
<version>3.13.0</version>
79+
<version>3.14.0</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>commons-io</groupId>
8383
<artifactId>commons-io</artifactId>
84-
<version>2.13.0</version>
84+
<version>2.15.1</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.apache.commons</groupId>
@@ -228,7 +228,7 @@
228228
<dependency>
229229
<groupId>com.opencsv</groupId>
230230
<artifactId>opencsv</artifactId>
231-
<version>5.8</version>
231+
<version>5.9</version>
232232
<exclusions>
233233
<exclusion>
234234
<groupId>commons-beanutils</groupId>

0 commit comments

Comments
 (0)