Skip to content

Commit 38fff0a

Browse files
authored
Merge pull request #25 from Coreoz/dependencies/upgrade-versions
Upgrade several dependencies : logback-classic, opencsv and poi-ooxml - https://osv.dev/vulnerability/GHSA-pr98-23f8-jwxv - https://osv.dev/vulnerability/GHSA-6v67-2wr5-gvf4 - https://osv.dev/vulnerability/GHSA-wxr5-93ph-8wr9
2 parents dff3bc5 + 8fb0f48 commit 38fff0a

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
@@ -156,7 +156,7 @@
156156
<dependency>
157157
<groupId>org.apache.poi</groupId>
158158
<artifactId>poi-ooxml</artifactId>
159-
<version>5.2.3</version>
159+
<version>5.4.1</version>
160160
</dependency>
161161
<dependency>
162162
<groupId>org.apache.logging.log4j</groupId>
@@ -173,7 +173,7 @@
173173
<dependency>
174174
<groupId>com.opencsv</groupId>
175175
<artifactId>opencsv</artifactId>
176-
<version>5.7.1</version>
176+
<version>5.12.0</version>
177177
</dependency>
178178

179179
<dependency>
@@ -198,7 +198,7 @@
198198
<dependency>
199199
<groupId>ch.qos.logback</groupId>
200200
<artifactId>logback-classic</artifactId>
201-
<version>1.4.7</version>
201+
<version>1.5.18</version>
202202
<scope>test</scope>
203203
</dependency>
204204
</dependencies>

0 commit comments

Comments
 (0)