We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dcb3d7 commit 51642b7Copy full SHA for 51642b7
pom.xml
@@ -180,6 +180,12 @@
180
<artifactId>junit</artifactId>
181
<scope>test</scope>
182
</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>
189
<dependency>
190
<groupId>org.hamcrest</groupId>
191
<artifactId>hamcrest-all</artifactId>
@@ -224,7 +230,7 @@
224
230
225
231
<groupId>com.arangodb</groupId>
226
232
<artifactId>velocypack</artifactId>
227
- <version>2.3.0</version>
233
+ <version>2.3.1</version>
228
234
229
235
236
<groupId>org.slf4j</groupId>
0 commit comments