File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 6.7.3] - 2020-08-14
10
+
11
+ - added ` users ` field to ` DBCreateOptions `
12
+ - velocypack v2.4.1
13
+
9
14
## [ 6.7.2] - 2020-07-29
10
15
11
16
- velocypack v2.4.0
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.arangodb</groupId >
7
7
<artifactId >arangodb-java-driver</artifactId >
8
- <version >6.7.2 </version >
8
+ <version >6.7.3 </version >
9
9
<inceptionYear >2016</inceptionYear >
10
10
<packaging >jar</packaging >
11
11
183
183
<dependency >
184
184
<groupId >com.fasterxml.jackson.core</groupId >
185
185
<artifactId >jackson-core</artifactId >
186
- <version >2.11.0 </version >
186
+ <version >2.11.2 </version >
187
187
<scope >test</scope >
188
188
</dependency >
189
189
<dependency >
194
194
<dependency >
195
195
<groupId >com.arangodb</groupId >
196
196
<artifactId >jackson-dataformat-velocypack</artifactId >
197
- <version >0.1.5 </version >
197
+ <version >0.2.0 </version >
198
198
<scope >test</scope >
199
199
</dependency >
200
200
<dependency >
230
230
<dependency >
231
231
<groupId >com.arangodb</groupId >
232
232
<artifactId >velocypack</artifactId >
233
- <version >2.4.0 </version >
233
+ <version >2.4.1 </version >
234
234
</dependency >
235
235
<dependency >
236
236
<groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments