Skip to content

Commit eee2200

Browse files
committed
v6.7.3
1 parent cb6e5b2 commit eee2200

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Diff for: ChangeLog.md

+5
Original file line numberDiff line numberDiff 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

Diff for: pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

@@ -183,7 +183,7 @@
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>
@@ -194,7 +194,7 @@
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>
@@ -230,7 +230,7 @@
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>

0 commit comments

Comments
 (0)