File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,11 @@ 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.6.0] - 2025-06-18
10
+
9
11
- added support to Spring Data ` 3.5 ` (DE-1027, #329 )
10
12
- updated Java Driver to version ` 7.20.0 `
13
+ - fixed ` CollectionCacheValue ` concurrency (#328 )
11
14
12
15
## [ 4.5.0] - 2024-12-12
13
16
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.6.0-SNAPSHOT </version >
14
+ <version >4.6.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.6.0-SNAPSHOT </version >
7
+ <version >4.6.0</version >
8
8
<inceptionYear >2017</inceptionYear >
9
9
<packaging >jar</packaging >
10
10
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Create a Maven `pom.xml`:
57
57
<dependency >
58
58
<groupId >com.arangodb</groupId >
59
59
<artifactId >arangodb-spring-data</artifactId >
60
- <version >4.6.0-SNAPSHOT </version >
60
+ <version >4.6.0</version >
61
61
</dependency >
62
62
</dependencies >
63
63
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.6.0-SNAPSHOT </version >
33
+ <version >4.6.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