File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ - updated dependecies
10
+ - bugfix asynchronous shutdown
11
+
9
12
## [ 6.5.0] - 2019-12-23
10
13
11
14
- createDatabase with options (replicationFactor, minReplicationFactor, sharding) (ArangoDB v3.6)
Original file line number Diff line number Diff line change 23
23
24
24
<properties >
25
25
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
26
- <slf4j-api .version>1.7.28 </slf4j-api .version>
27
- <arangodb .velocypack.version>2.1.0 </arangodb .velocypack.version>
26
+ <slf4j-api .version>1.7.30 </slf4j-api .version>
27
+ <arangodb .velocypack.version>2.1.1 </arangodb .velocypack.version>
28
28
29
29
<!-- provided -->
30
- <httpclient .version>4.5.9 </httpclient .version>
30
+ <httpclient .version>4.5.11 </httpclient .version>
31
31
32
32
<!-- test -->
33
33
<logback-classic .version>1.2.3</logback-classic .version>
34
34
<hamcrest-all .version>1.3</hamcrest-all .version>
35
- <junit .version>4.12 </junit .version>
35
+ <junit .version>4.13 </junit .version>
36
36
37
37
<!-- javadoc-->
38
38
<javadoc .opts/>
230
230
<dependency >
231
231
<groupId >org.apache.httpcomponents</groupId >
232
232
<artifactId >httpcore</artifactId >
233
- <version >4.4.11 </version >
233
+ <version >4.4.13 </version >
234
234
</dependency >
235
235
<dependency >
236
236
<groupId >commons-codec</groupId >
237
237
<artifactId >commons-codec</artifactId >
238
- <version >1.13 </version >
238
+ <version >1.14 </version >
239
239
</dependency >
240
240
<dependency >
241
241
<groupId >commons-logging</groupId >
You can’t perform that action at this time.
0 commit comments