Skip to content

Commit a2c7208

Browse files
author
a-brandt
committed
changed versions
1 parent 75dbc0e commit a2c7208

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
200200
<commons-collections4.version>4.0</commons-collections4.version>
201201
<gson.version>2.3.1</gson.version>
202-
<httpclient.version>4.3.6</httpclient.version>
202+
<httpclient.version>4.4.1</httpclient.version>
203203
<slf4j-api.version>1.7.7</slf4j-api.version>
204204
<logback-classic.version>1.1.3</logback-classic.version>
205205
<hamcrest-all.version>1.3</hamcrest-all.version>

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.6.3
6+
VERSION=2.6.7
77
NAME=ArangoDB-$VERSION
88

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

0 commit comments

Comments
 (0)