File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 4.5.0] - 2024-12-12
10
+
9
11
- added support to Spring Data ` 3.4 `
10
12
- updated Java Driver to version ` 7.15.0 `
11
13
- updated Jackson Dataformat Velocypack to version ` 4.5.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.5.0-SNAPSHOT </version >
14
+ <version >4.5.0</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.5.0-SNAPSHOT </version >
7
+ <version >4.5.0</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.5.0-SNAPSHOT </version >
53
+ <version >4.5.0</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.5.0-SNAPSHOT </version >
33
+ <version >4.5.0</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