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
66
77## [ Unreleased]
88
9+ - updated dependecies
10+ - bugfix asynchronous shutdown
11+
912## [ 6.5.0] - 2019-12-23
1013
1114- createDatabase with options (replicationFactor, minReplicationFactor, sharding) (ArangoDB v3.6)
Original file line number Diff line number Diff line change 2323
2424 <properties >
2525 <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>
2828
2929 <!-- provided -->
30- <httpclient .version>4.5.9 </httpclient .version>
30+ <httpclient .version>4.5.11 </httpclient .version>
3131
3232 <!-- test -->
3333 <logback-classic .version>1.2.3</logback-classic .version>
3434 <hamcrest-all .version>1.3</hamcrest-all .version>
35- <junit .version>4.12 </junit .version>
35+ <junit .version>4.13 </junit .version>
3636
3737 <!-- javadoc-->
3838 <javadoc .opts/>
230230 <dependency >
231231 <groupId >org.apache.httpcomponents</groupId >
232232 <artifactId >httpcore</artifactId >
233- <version >4.4.11 </version >
233+ <version >4.4.13 </version >
234234 </dependency >
235235 <dependency >
236236 <groupId >commons-codec</groupId >
237237 <artifactId >commons-codec</artifactId >
238- <version >1.13 </version >
238+ <version >1.14 </version >
239239 </dependency >
240240 <dependency >
241241 <groupId >commons-logging</groupId >
You can’t perform that action at this time.
0 commit comments