Skip to content

Commit

Permalink
v3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed May 7, 2020
1 parent 4b2cef9 commit bb4ceee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

- upgraded dependency arangodb-java-driver 6.6.1
## [3.2.4] - 2020-05-07

- dependencies update

## [3.2.3] - 2019-09-16

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.arangodb</groupId>
<artifactId>arangodb-spring-data</artifactId>
<version>3.2.4-SNAPSHOT</version>
<version>3.2.4</version>
<inceptionYear>2017</inceptionYear>
<packaging>jar</packaging>

Expand Down Expand Up @@ -318,12 +318,12 @@
<dependency>
<groupId>com.arangodb</groupId>
<artifactId>velocypack-module-jdk8</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>com.arangodb</groupId>
<artifactId>velocypack-module-joda</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>
<!-- Spring -->
<dependency>
Expand Down

0 comments on commit bb4ceee

Please sign in to comment.