Skip to content

Commit

Permalink
updated velocypack version
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed Apr 23, 2021
1 parent 9da2d07 commit 640808e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

- velocypack v2.5.3

## [6.11.0] - 2021-04-21

- added support for getting db log entries via `GET /_admin/log/entries` (ArangoDB v3.8)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
<dependency>
<groupId>com.arangodb</groupId>
<artifactId>velocypack</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 640808e

Please sign in to comment.