We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75dbc0e commit a2c7208Copy full SHA for a2c7208
pom.xml
@@ -199,7 +199,7 @@
199
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
200
<commons-collections4.version>4.0</commons-collections4.version>
201
<gson.version>2.3.1</gson.version>
202
- <httpclient.version>4.3.6</httpclient.version>
+ <httpclient.version>4.4.1</httpclient.version>
203
<slf4j-api.version>1.7.7</slf4j-api.version>
204
<logback-classic.version>1.1.3</logback-classic.version>
205
<hamcrest-all.version>1.3</hamcrest-all.version>
tests/travis/setup_arangodb.sh
@@ -3,7 +3,7 @@
3
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4
cd $DIR
5
6
-VERSION=2.6.3
+VERSION=2.6.7
7
NAME=ArangoDB-$VERSION
8
9
if [ ! -d "$DIR/$NAME" ]; then
0 commit comments