Skip to content

Commit f669a33

Browse files
committed
Update dependencies
1 parent f67b3f4 commit f669a33

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

pom.xml

Lines changed: 5 additions & 4 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.1.0</version>
52+
<version>5.2.2</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>colt</groupId>
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>org.apache.httpcomponents</groupId>
9595
<artifactId>httpcore</artifactId>
96-
<version>4.4.14</version>
96+
<version>4.4.15</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>org.apache.httpcomponents</groupId>
@@ -142,7 +142,7 @@
142142
<dependency>
143143
<groupId>org.slf4j</groupId>
144144
<artifactId>slf4j-api</artifactId>
145-
<version>1.7.32</version>
145+
<version>1.7.36</version>
146146
</dependency>
147147

148148
<!-- Jena -->
@@ -218,12 +218,13 @@
218218
<dependency>
219219
<groupId>xml-apis</groupId>
220220
<artifactId>xml-apis</artifactId>
221+
<!--suppress MavenPackageUpdate -->
221222
<version>1.4.01</version>
222223
</dependency>
223224
<dependency>
224225
<groupId>com.opencsv</groupId>
225226
<artifactId>opencsv</artifactId>
226-
<version>5.5.2</version>
227+
<version>5.6</version>
227228
</dependency>
228229

229230
<!-- Testing utilities -->

0 commit comments

Comments
 (0)