Skip to content

Commit 5e267cb

Browse files
committed
deps upd
1 parent 6896ddc commit 5e267cb

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

pom.xml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.data.build</groupId>
1313
<artifactId>spring-data-parent</artifactId>
14-
<version>2.3.0.RELEASE</version>
14+
<version>2.3.3.RELEASE</version>
1515
</parent>
1616

1717
<name>arangodb-spring-data</name>
@@ -46,18 +46,10 @@
4646
</distributionManagement>
4747

4848
<repositories>
49-
<repository>
50-
<id>arangodb-snapshots</id>
51-
<url>https://oss.sonatype.org/content/groups/staging</url>
52-
</repository>
5349
<repository>
5450
<id>spring-libs-milestone</id>
5551
<url>https://repo.spring.io/libs-milestone</url>
5652
</repository>
57-
<repository>
58-
<id>spring-libs-snapshot</id>
59-
<url>https://repo.spring.io/libs-snapshot</url>
60-
</repository>
6153
</repositories>
6254

6355
<build>
@@ -124,7 +116,6 @@
124116
<configuration>
125117
<source>1.8</source>
126118
<target>1.8</target>
127-
<compilerArgument></compilerArgument>
128119
</configuration>
129120
</plugin>
130121

@@ -277,12 +268,12 @@
277268
<dependency>
278269
<groupId>com.arangodb</groupId>
279270
<artifactId>velocypack</artifactId>
280-
<version>2.3.1</version>
271+
<version>2.4.1</version>
281272
</dependency>
282273
<dependency>
283274
<groupId>com.arangodb</groupId>
284275
<artifactId>arangodb-java-driver</artifactId>
285-
<version>6.6.3</version>
276+
<version>6.7.3</version>
286277
</dependency>
287278
<dependency>
288279
<groupId>com.arangodb</groupId>

0 commit comments

Comments
 (0)