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
66
77## [ Unreleased]
88
9+ ## [ 4.5.0] - 2024-12-12
10+
911- added support to Spring Data ` 3.4 `
1012- updated Java Driver to version ` 7.15.0 `
1113- updated Jackson Dataformat Velocypack to version ` 4.5.0 `
Original file line number Diff line number Diff line change 1111
1212 <groupId >com.arangodb</groupId >
1313 <artifactId >arangodb-spring-data-integration-tests</artifactId >
14- <version >4.5.0-SNAPSHOT </version >
14+ <version >4.5.0</version >
1515
1616 <name >arangodb-spring-data-integration-tests</name >
1717 <description >ArangoDB Spring Data Integration Tests</description >
Original file line number Diff line number Diff line change 44
55 <groupId >com.arangodb</groupId >
66 <artifactId >arangodb-spring-data</artifactId >
7- <version >4.5.0-SNAPSHOT </version >
7+ <version >4.5.0</version >
88 <inceptionYear >2017</inceptionYear >
99 <packaging >jar</packaging >
1010
Original file line number Diff line number Diff 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.5.0-SNAPSHOT </version >
53+ <version >4.5.0</version >
5454 </dependency >
5555 </dependencies >
5656
Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >com.arangodb</groupId >
3232 <artifactId >arangodb-spring-data</artifactId >
33- <version >4.5.0-SNAPSHOT </version >
33+ <version >4.5.0</version >
3434 </dependency >
3535 <dependency >
3636 <groupId >org.assertj</groupId >
You can’t perform that action at this time.
0 commit comments