Skip to content

Commit cb4dda7

Browse files
committed
v4.4.1
1 parent f996699 commit cb4dda7

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

ChangeLog.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
77
## [Unreleased]
88

99

10+
## [4.4.1] - 2024-10-23
11+
12+
- updated Java Driver to version `7.10.0`
13+
14+
1015
## [4.4.0] - 2024-09-24
1116

1217
- updated Java Driver to version `7.9.0`

integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

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

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

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

tutorial/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ We have to create a Maven `pom.xml`:
5050
<dependency>
5151
<groupId>com.arangodb</groupId>
5252
<artifactId>arangodb-spring-data</artifactId>
53-
<version>4.4.0</version>
53+
<version>4.4.1</version>
5454
</dependency>
5555
</dependencies>
5656

tutorial/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.arangodb</groupId>
3232
<artifactId>arangodb-spring-data</artifactId>
33-
<version>4.4.0</version>
33+
<version>4.4.1</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.assertj</groupId>

0 commit comments

Comments
 (0)