Skip to content

Commit 5b9b857

Browse files
committed
updated dependencies
1 parent 115bcfc commit 5b9b857

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
<dependency>
242242
<groupId>commons-codec</groupId>
243243
<artifactId>commons-codec</artifactId>
244-
<version>1.14</version>
244+
<version>1.15</version>
245245
</dependency>
246246
<dependency>
247247
<groupId>commons-logging</groupId>
@@ -251,22 +251,22 @@
251251
<dependency>
252252
<groupId>com.arangodb</groupId>
253253
<artifactId>velocypack</artifactId>
254-
<version>2.5.3</version>
254+
<version>2.5.4</version>
255255
</dependency>
256256
<dependency>
257257
<groupId>org.slf4j</groupId>
258258
<artifactId>slf4j-api</artifactId>
259-
<version>1.7.30</version>
259+
<version>1.7.32</version>
260260
</dependency>
261261
<dependency>
262262
<groupId>ch.qos.logback</groupId>
263263
<artifactId>logback-classic</artifactId>
264-
<version>1.2.3</version>
264+
<version>1.2.5</version>
265265
</dependency>
266266
<dependency>
267267
<groupId>junit</groupId>
268268
<artifactId>junit</artifactId>
269-
<version>4.13.1</version>
269+
<version>4.13.2</version>
270270
</dependency>
271271
<dependency>
272272
<groupId>org.hamcrest</groupId>

0 commit comments

Comments
 (0)