Skip to content

Commit e91c9de

Browse files
committed
Update dependencies
1 parent af44deb commit e91c9de

1 file changed

Lines changed: 21 additions & 17 deletions

File tree

pom.xml

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -50,25 +50,13 @@
5050
<dependency>
5151
<groupId>org.apache.poi</groupId>
5252
<artifactId>poi</artifactId>
53-
<version>5.4.1</version>
53+
<version>5.5.1</version>
5454
<optional>true</optional>
5555
<exclusions>
5656
<exclusion>
5757
<groupId>org.apache.logging.log4j</groupId>
5858
<artifactId>log4j-api</artifactId>
5959
</exclusion>
60-
<exclusion>
61-
<groupId>commons-codec</groupId>
62-
<artifactId>commons-codec</artifactId>
63-
</exclusion>
64-
<exclusion>
65-
<groupId>commons-io</groupId>
66-
<artifactId>commons-io</artifactId>
67-
</exclusion>
68-
<exclusion>
69-
<groupId>org.apache.commons</groupId>
70-
<artifactId>commons-collections4</artifactId>
71-
</exclusion>
7260
</exclusions>
7361
</dependency>
7462

@@ -83,6 +71,12 @@
8371
<groupId>commons-net</groupId>
8472
<artifactId>commons-net</artifactId>
8573
<version>3.12.0</version>
74+
<exclusions>
75+
<exclusion>
76+
<groupId>commons-io</groupId>
77+
<artifactId>commons-io</artifactId>
78+
</exclusion>
79+
</exclusions>
8680
</dependency>
8781
<dependency>
8882
<groupId>org.apache.commons</groupId>
@@ -92,7 +86,7 @@
9286
<dependency>
9387
<groupId>org.apache.commons</groupId>
9488
<artifactId>commons-configuration2</artifactId>
95-
<version>2.12.0</version>
89+
<version>2.13.0</version>
9690
<exclusions>
9791
<exclusion>
9892
<groupId>org.apache.commons</groupId>
@@ -103,12 +97,12 @@
10397
<dependency>
10498
<groupId>org.apache.commons</groupId>
10599
<artifactId>commons-lang3</artifactId>
106-
<version>3.18.0</version>
100+
<version>3.20.0</version>
107101
</dependency>
108102
<dependency>
109103
<groupId>commons-io</groupId>
110104
<artifactId>commons-io</artifactId>
111-
<version>2.20.0</version>
105+
<version>2.21.0</version>
112106
</dependency>
113107
<dependency>
114108
<groupId>org.apache.commons</groupId>
@@ -118,7 +112,7 @@
118112
<dependency>
119113
<groupId>commons-codec</groupId>
120114
<artifactId>commons-codec</artifactId>
121-
<version>1.19.0</version>
115+
<version>1.20.0</version>
122116
<scope>runtime</scope>
123117
</dependency>
124118
<dependency>
@@ -131,6 +125,16 @@
131125
<groupId>org.apache.commons</groupId>
132126
<artifactId>commons-csv</artifactId>
133127
<version>1.14.1</version>
128+
<exclusions>
129+
<exclusion>
130+
<groupId>commons-codec</groupId>
131+
<artifactId>commons-codec</artifactId>
132+
</exclusion>
133+
<exclusion>
134+
<groupId>commons-io</groupId>
135+
<artifactId>commons-io</artifactId>
136+
</exclusion>
137+
</exclusions>
134138
</dependency>
135139

136140
<!-- R engine -->

0 commit comments

Comments
 (0)