Skip to content

Commit e6a0f60

Browse files
committed
v4.6.0
1 parent 7bf1b45 commit e6a0f60

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [4.6.0] - 2025-06-18
10+
911
- added support to Spring Data `3.5` (DE-1027, #329)
1012
- updated Java Driver to version `7.20.0`
13+
- fixed `CollectionCacheValue` concurrency (#328)
1114

1215
## [4.5.0] - 2024-12-12
1316

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
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.6.0-SNAPSHOT</version>
14+
<version>4.6.0</version>
1515

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

pom.xml

Lines changed: 1 addition & 1 deletion
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.6.0-SNAPSHOT</version>
7+
<version>4.6.0</version>
88
<inceptionYear>2017</inceptionYear>
99
<packaging>jar</packaging>
1010

tutorial/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Create a Maven `pom.xml`:
5757
<dependency>
5858
<groupId>com.arangodb</groupId>
5959
<artifactId>arangodb-spring-data</artifactId>
60-
<version>4.6.0-SNAPSHOT</version>
60+
<version>4.6.0</version>
6161
</dependency>
6262
</dependencies>
6363

tutorial/pom.xml

Lines changed: 1 addition & 1 deletion
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.6.0-SNAPSHOT</version>
33+
<version>4.6.0</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.assertj</groupId>

0 commit comments

Comments
 (0)