File tree Expand file tree Collapse file tree 6 files changed +19
-10
lines changed Expand file tree Collapse file tree 6 files changed +19
-10
lines changed Original file line number Diff line number Diff line change @@ -265,6 +265,7 @@ workflows:
265
265
spring-boot-version :
266
266
- ' 3.3.6'
267
267
- ' 3.4.0'
268
+ - ' 3.5.0'
268
269
tutorial :
269
270
jobs :
270
271
- 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.5 ` (DE-1027, #329 )
10
+ - updated Java Driver to version ` 7.20.0 `
11
+
9
12
## [ 4.5.0] - 2024-12-12
10
13
11
14
- added support to Spring Data ` 3.4 `
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.4 .0</version >
8
+ <version >3.5 .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.5.0 </version >
14
+ <version >4.6.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.5.0 </version >
7
+ <version >4.6.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.4 .0</version >
14
+ <version >3.5 .0</version >
15
15
<relativePath />
16
16
</parent >
17
17
61
61
62
62
<properties >
63
63
<java-module-name >com.arangodb.springframework</java-module-name >
64
- <arangodb .version>7.15 .0</arangodb .version>
64
+ <arangodb .version>7.20 .0</arangodb .version>
65
65
66
66
<!-- enforce dependencies convergence -->
67
- <slf4j >2.0.16 </slf4j >
67
+ <slf4j >2.0.17 </slf4j >
68
68
</properties >
69
69
70
70
<build >
309
309
<artifactId >vst-protocol</artifactId >
310
310
<version >${arangodb.version} </version >
311
311
</dependency >
312
+ <dependency >
313
+ <groupId >ch.qos.logback</groupId >
314
+ <artifactId >logback-core</artifactId >
315
+ <version >1.5.12</version >
316
+ </dependency >
312
317
</dependencies >
313
318
</dependencyManagement >
314
319
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Create a Maven `pom.xml`:
34
34
<relativePath />
35
35
<groupId >org.springframework.boot</groupId >
36
36
<artifactId >spring-boot-starter-parent</artifactId >
37
- <version >3.4 .0</version >
37
+ <version >3.5 .0</version >
38
38
</parent >
39
39
40
40
<groupId >com.arangodb</groupId >
@@ -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.5.0 </version >
60
+ <version >4.6.0-SNAPSHOT </version >
61
61
</dependency >
62
62
</dependencies >
63
63
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.4 .0</version >
10
+ <version >3.5 .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.5.0 </version >
33
+ <version >4.6.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