Skip to content

Commit d36ed2c

Browse files
committed
Update dependencies
1 parent 962a2d2 commit d36ed2c

1 file changed

Lines changed: 28 additions & 9 deletions

File tree

pom.xml

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,24 @@
5252
<artifactId>poi</artifactId>
5353
<version>5.4.1</version>
5454
<optional>true</optional>
55+
<exclusions>
56+
<exclusion>
57+
<groupId>org.apache.logging.log4j</groupId>
58+
<artifactId>log4j-api</artifactId>
59+
</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>
72+
</exclusions>
5573
</dependency>
5674

5775
<dependency>
@@ -64,7 +82,7 @@
6482
<dependency>
6583
<groupId>commons-net</groupId>
6684
<artifactId>commons-net</artifactId>
67-
<version>3.11.1</version>
85+
<version>3.12.0</version>
6886
</dependency>
6987
<dependency>
7088
<groupId>org.apache.commons</groupId>
@@ -91,17 +109,17 @@
91109
<dependency>
92110
<groupId>commons-io</groupId>
93111
<artifactId>commons-io</artifactId>
94-
<version>2.18.0</version>
112+
<version>2.20.0</version>
95113
</dependency>
96114
<dependency>
97115
<groupId>org.apache.commons</groupId>
98116
<artifactId>commons-collections4</artifactId>
99-
<version>4.4</version>
117+
<version>4.5.0</version>
100118
</dependency>
101119
<dependency>
102120
<groupId>commons-codec</groupId>
103121
<artifactId>commons-codec</artifactId>
104-
<version>1.18.0</version>
122+
<version>1.19.0</version>
105123
<scope>runtime</scope>
106124
</dependency>
107125
<dependency>
@@ -113,7 +131,7 @@
113131
<dependency>
114132
<groupId>org.apache.commons</groupId>
115133
<artifactId>commons-csv</artifactId>
116-
<version>1.14.0</version>
134+
<version>1.14.1</version>
117135
</dependency>
118136

119137
<!-- R engine -->
@@ -302,25 +320,25 @@
302320
<dependency>
303321
<groupId>org.assertj</groupId>
304322
<artifactId>assertj-core</artifactId>
305-
<version>3.27.3</version>
323+
<version>3.27.4</version>
306324
<scope>test</scope>
307325
</dependency>
308326
<dependency>
309327
<groupId>org.apache.logging.log4j</groupId>
310328
<artifactId>log4j-api</artifactId>
311-
<version>2.24.3</version>
329+
<version>${log4j.version}</version>
312330
<scope>test</scope>
313331
</dependency>
314332
<dependency>
315333
<groupId>org.apache.logging.log4j</groupId>
316334
<artifactId>log4j-core</artifactId>
317-
<version>2.24.3</version>
335+
<version>${log4j.version}</version>
318336
<scope>test</scope>
319337
</dependency>
320338
<dependency>
321339
<groupId>org.apache.logging.log4j</groupId>
322340
<artifactId>log4j-slf4j-impl</artifactId>
323-
<version>2.24.3</version>
341+
<version>${log4j.version}</version>
324342
<scope>test</scope>
325343
</dependency>
326344
</dependencies>
@@ -681,6 +699,7 @@
681699
<pavlab.server>frink.pavlab.msl.ubc.ca</pavlab.server>
682700
<pavlab.repoDir>/space/maven2</pavlab.repoDir>
683701
<pavlab.siteDir>/space/web/maven-sites</pavlab.siteDir>
702+
<log4j.version>2.25.1</log4j.version>
684703
<lucene.version>3.6.2</lucene.version>
685704
<!-- rJava -->
686705
<!-- You may override this in ~/.m2/settings.xml -->

0 commit comments

Comments
 (0)