Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit ae2195d

Browse files
author
a-brandt
committed
updates
1 parent e026495 commit ae2195d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To add the driver to your project with maven, add the following code to your pom
2727
<dependency>
2828
<groupId>com.arangodb</groupId>
2929
<artifactId>arangodb-java-driver</artifactId>
30-
<version>1.0.13</version>
30+
<version>1.0.14</version>
3131
</dependency>
3232
....
3333
</dependencies>

tests/travis/setup_arangodb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44
cd $DIR
55

6-
VERSION=2.8.6
6+
VERSION=2.8.7
77
NAME=ArangoDB-$VERSION
88

99
if [ ! -d "$DIR/$NAME" ]; then

0 commit comments

Comments
 (0)