Skip to content

Commit e9dd6b7

Browse files
committed
Update Apache POI to 5.2.3 and log4j to 2.19
1 parent 6c9ec66 commit e9dd6b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 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.2</version>
52+
<version>5.2.3</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>colt</groupId>
@@ -243,13 +243,13 @@
243243
<dependency>
244244
<groupId>org.apache.logging.log4j</groupId>
245245
<artifactId>log4j-core</artifactId>
246-
<version>2.17.2</version>
246+
<version>2.19.0</version>
247247
<scope>test</scope>
248248
</dependency>
249249
<dependency>
250250
<groupId>org.apache.logging.log4j</groupId>
251251
<artifactId>log4j-slf4j-impl</artifactId>
252-
<version>2.17.2</version>
252+
<version>2.19.0</version>
253253
<scope>test</scope>
254254
</dependency>
255255
</dependencies>

0 commit comments

Comments
 (0)