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 e7ef2e9 commit 68447cbCopy full SHA for 68447cb
jnosql-arangodb/pom.xml
@@ -28,7 +28,7 @@
28
<description>The Eclipse JNoSQL layer to ArangoDB</description>
29
30
<properties>
31
- <arango.driver>7.7.1</arango.driver>
+ <arango.driver>7.11.0</arango.driver>
32
</properties>
33
<dependencies>
34
<dependency>
@@ -46,7 +46,7 @@
46
</dependency>
47
48
<groupId>com.arangodb</groupId>
49
- <artifactId>arangodb-java-driver</artifactId>
+ <artifactId>arangodb-java-driver-shaded</artifactId>
50
<version>${arango.driver}</version>
51
52
</dependencies>
0 commit comments