Skip to content

Commit 51642b7

Browse files
committed
upd to velocypack 2.3.1
1 parent 2dcb3d7 commit 51642b7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,12 @@
180180
<artifactId>junit</artifactId>
181181
<scope>test</scope>
182182
</dependency>
183+
<dependency>
184+
<groupId>com.fasterxml.jackson.core</groupId>
185+
<artifactId>jackson-core</artifactId>
186+
<version>2.11.0</version>
187+
<scope>test</scope>
188+
</dependency>
183189
<dependency>
184190
<groupId>org.hamcrest</groupId>
185191
<artifactId>hamcrest-all</artifactId>
@@ -224,7 +230,7 @@
224230
<dependency>
225231
<groupId>com.arangodb</groupId>
226232
<artifactId>velocypack</artifactId>
227-
<version>2.3.0</version>
233+
<version>2.3.1</version>
228234
</dependency>
229235
<dependency>
230236
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)