Skip to content

Commit 976362e

Browse files
committed
updated Java Driver to version 7.9.0
1 parent daabfec commit 976362e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

integration-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.3.0</version>
8+
<version>3.3.4</version>
99
<relativePath/>
1010
</parent>
1111

1212
<groupId>com.arangodb</groupId>
1313
<artifactId>arangodb-spring-data-integration-tests</artifactId>
14-
<version>4.3.0</version>
14+
<version>4.4.0-SNAPSHOT</version>
1515

1616
<name>arangodb-spring-data-integration-tests</name>
1717
<description>ArangoDB Spring Data Integration Tests</description>

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
<groupId>com.arangodb</groupId>
66
<artifactId>arangodb-spring-data</artifactId>
7-
<version>4.3.0</version>
7+
<version>4.4.0-SNAPSHOT</version>
88
<inceptionYear>2017</inceptionYear>
99
<packaging>jar</packaging>
1010

1111
<parent>
1212
<groupId>org.springframework.data.build</groupId>
1313
<artifactId>spring-data-parent</artifactId>
14-
<version>3.3.0</version>
14+
<version>3.3.4</version>
1515
<relativePath/>
1616
</parent>
1717

@@ -61,7 +61,7 @@
6161

6262
<properties>
6363
<java-module-name>com.arangodb.springframework</java-module-name>
64-
<arangodb.version>7.8.0</arangodb.version>
64+
<arangodb.version>7.9.0</arangodb.version>
6565

6666
<!-- enforce dependencies convergence -->
6767
<slf4j>2.0.13</slf4j>
@@ -262,7 +262,7 @@
262262
<dependency>
263263
<groupId>com.arangodb</groupId>
264264
<artifactId>jackson-dataformat-velocypack</artifactId>
265-
<version>4.3.0</version>
265+
<version>4.4.0</version>
266266
<scope>test</scope>
267267
</dependency>
268268
<dependency>
@@ -279,13 +279,13 @@
279279
<dependency>
280280
<groupId>com.tngtech.archunit</groupId>
281281
<artifactId>archunit-junit5</artifactId>
282-
<version>1.2.1</version>
282+
<version>1.3.0</version>
283283
<scope>test</scope>
284284
</dependency>
285285
<dependency>
286286
<groupId>org.projectlombok</groupId>
287287
<artifactId>lombok</artifactId>
288-
<version>1.18.30</version>
288+
<version>1.18.34</version>
289289
<scope>test</scope>
290290
</dependency>
291291
</dependencies>

0 commit comments

Comments
 (0)