File tree Expand file tree Collapse file tree 6 files changed +13
-10
lines changed Expand file tree Collapse file tree 6 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -263,8 +263,8 @@ workflows:
263
263
matrix :
264
264
parameters :
265
265
spring-boot-version :
266
- - ' 3.2 .6'
267
- - ' 3.3 .0'
266
+ - ' 3.3 .6'
267
+ - ' 3.4 .0'
268
268
tutorial :
269
269
jobs :
270
270
- tutorial :
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ - added support to Spring Data ` 3.4 `
10
+ - updated Java Driver to version ` 7.15.0 `
11
+ - updated Jackson Dataformat Velocypack to version ` 4.5.0 `
9
12
10
13
## [ 4.4.2] - 2024-11-08
11
14
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >3.3.5 </version >
8
+ <version >3.4.0 </version >
9
9
<relativePath />
10
10
</parent >
11
11
12
12
<groupId >com.arangodb</groupId >
13
13
<artifactId >arangodb-spring-data-integration-tests</artifactId >
14
- <version >4.4.2 </version >
14
+ <version >4.5.0-SNAPSHOT </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.2 </version >
7
+ <version >4.5.0-SNAPSHOT </version >
8
8
<inceptionYear >2017</inceptionYear >
9
9
<packaging >jar</packaging >
10
10
11
11
<parent >
12
12
<groupId >org.springframework.data.build</groupId >
13
13
<artifactId >spring-data-parent</artifactId >
14
- <version >3.3.5 </version >
14
+ <version >3.4.0 </version >
15
15
<relativePath />
16
16
</parent >
17
17
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ We have to create a Maven `pom.xml`:
27
27
<relativePath />
28
28
<groupId >org.springframework.boot</groupId >
29
29
<artifactId >spring-boot-starter-parent</artifactId >
30
- <version >3.3.5 </version >
30
+ <version >3.4.0 </version >
31
31
</parent >
32
32
33
33
<groupId >com.arangodb</groupId >
@@ -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.2 </version >
53
+ <version >4.5.0-SNAPSHOT </version >
54
54
</dependency >
55
55
</dependencies >
56
56
Original file line number Diff line number Diff line change 7
7
<relativePath />
8
8
<groupId >org.springframework.boot</groupId >
9
9
<artifactId >spring-boot-starter-parent</artifactId >
10
- <version >3.3.5 </version >
10
+ <version >3.4.0 </version >
11
11
</parent >
12
12
13
13
<groupId >com.arangodb</groupId >
30
30
<dependency >
31
31
<groupId >com.arangodb</groupId >
32
32
<artifactId >arangodb-spring-data</artifactId >
33
- <version >4.4.2 </version >
33
+ <version >4.5.0-SNAPSHOT </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