|
1 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 |
|
5 | 5 | <groupId>com.arangodb</groupId> |
6 | 6 | <artifactId>arangodb-spring-data</artifactId> |
7 | | - <version>3.3.0</version> |
| 7 | + <version>3.4.0</version> |
8 | 8 | <inceptionYear>2017</inceptionYear> |
9 | 9 | <packaging>jar</packaging> |
10 | 10 |
|
11 | 11 | <parent> |
12 | 12 | <groupId>org.springframework.data.build</groupId> |
13 | 13 | <artifactId>spring-data-parent</artifactId> |
14 | | - <version>2.3.3.RELEASE</version> |
| 14 | + <version>2.4.1</version> |
15 | 15 | </parent> |
16 | 16 |
|
17 | 17 | <name>arangodb-spring-data</name> |
|
257 | 257 | <dependency> |
258 | 258 | <groupId>com.arangodb</groupId> |
259 | 259 | <artifactId>jackson-dataformat-velocypack</artifactId> |
260 | | - <version>0.3.0</version> |
| 260 | + <version>0.4.0</version> |
261 | 261 | <scope>test</scope> |
262 | 262 | </dependency> |
263 | 263 | </dependencies> |
|
274 | 274 | <dependency> |
275 | 275 | <groupId>com.arangodb</groupId> |
276 | 276 | <artifactId>velocypack</artifactId> |
277 | | - <version>2.4.1</version> |
| 277 | + <version>2.5.1</version> |
278 | 278 | </dependency> |
279 | 279 | <dependency> |
280 | 280 | <groupId>com.arangodb</groupId> |
281 | 281 | <artifactId>arangodb-java-driver</artifactId> |
282 | | - <version>6.7.3</version> |
| 282 | + <version>6.8.0</version> |
283 | 283 | </dependency> |
284 | 284 | <dependency> |
285 | 285 | <groupId>com.arangodb</groupId> |
|
291 | 291 | <artifactId>velocypack-module-joda</artifactId> |
292 | 292 | <version>1.1.2</version> |
293 | 293 | </dependency> |
| 294 | + <dependency> |
| 295 | + <groupId>org.mockito</groupId> |
| 296 | + <artifactId>mockito-core</artifactId> |
| 297 | + <version>${mockito}</version> |
| 298 | + </dependency> |
294 | 299 | </dependencies> |
295 | 300 | </dependencyManagement> |
296 | 301 |
|
|
0 commit comments