File tree 5 files changed +9
-4
lines changed
5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
7
7
## [ Unreleased]
8
8
9
9
10
+ ## [ 4.4.1] - 2024-10-23
11
+
12
+ - updated Java Driver to version ` 7.10.0 `
13
+
14
+
10
15
## [ 4.4.0] - 2024-09-24
11
16
12
17
- updated Java Driver to version ` 7.9.0 `
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >com.arangodb</groupId >
13
13
<artifactId >arangodb-spring-data-integration-tests</artifactId >
14
- <version >4.4.0 </version >
14
+ <version >4.4.1 </version >
15
15
16
16
<name >arangodb-spring-data-integration-tests</name >
17
17
<description >ArangoDB Spring Data Integration Tests</description >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.arangodb</groupId >
6
6
<artifactId >arangodb-spring-data</artifactId >
7
- <version >4.4.0 </version >
7
+ <version >4.4.1 </version >
8
8
<inceptionYear >2017</inceptionYear >
9
9
<packaging >jar</packaging >
10
10
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ We have to create a Maven `pom.xml`:
50
50
<dependency >
51
51
<groupId >com.arangodb</groupId >
52
52
<artifactId >arangodb-spring-data</artifactId >
53
- <version >4.4.0 </version >
53
+ <version >4.4.1 </version >
54
54
</dependency >
55
55
</dependencies >
56
56
Original file line number Diff line number Diff line change 30
30
<dependency >
31
31
<groupId >com.arangodb</groupId >
32
32
<artifactId >arangodb-spring-data</artifactId >
33
- <version >4.4.0 </version >
33
+ <version >4.4.1 </version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >org.assertj</groupId >
You can’t perform that action at this time.
0 commit comments