File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 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
66
77## [ Unreleased]
88
9+ ## [ 6.7.3] - 2020-08-14
10+
11+ - added ` users ` field to ` DBCreateOptions `
12+ - velocypack v2.4.1
13+
914## [ 6.7.2] - 2020-07-29
1015
1116- velocypack v2.4.0
Original file line number Diff line number Diff line change 55
66 <groupId >com.arangodb</groupId >
77 <artifactId >arangodb-java-driver</artifactId >
8- <version >6.7.2 </version >
8+ <version >6.7.3 </version >
99 <inceptionYear >2016</inceptionYear >
1010 <packaging >jar</packaging >
1111
183183 <dependency >
184184 <groupId >com.fasterxml.jackson.core</groupId >
185185 <artifactId >jackson-core</artifactId >
186- <version >2.11.0 </version >
186+ <version >2.11.2 </version >
187187 <scope >test</scope >
188188 </dependency >
189189 <dependency >
194194 <dependency >
195195 <groupId >com.arangodb</groupId >
196196 <artifactId >jackson-dataformat-velocypack</artifactId >
197- <version >0.1.5 </version >
197+ <version >0.2.0 </version >
198198 <scope >test</scope >
199199 </dependency >
200200 <dependency >
230230 <dependency >
231231 <groupId >com.arangodb</groupId >
232232 <artifactId >velocypack</artifactId >
233- <version >2.4.0 </version >
233+ <version >2.4.1 </version >
234234 </dependency >
235235 <dependency >
236236 <groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments