8000 Spring Boot 3.4 (#325) · arangodb/spring-data@72ec7c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 72ec7c6

Browse files
authored
Spring Boot 3.4 (#325)
* updated Spring Boot 3.4 * v4.5.0-SNAPSHOT
1 parent 895b1cd commit 72ec7c6

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ workflows:
263263
matrix:
264264
parameters:
265265
spring-boot-version:
266-
- '3.2.6'
267-
- '3.3.0'
266+
- '3.3.6'
267+
- '3.4.0'
268268
tutorial:
269269
jobs:
270270
- tutorial:

ChangeLog.md

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

77
## [Unreleased]
88

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`
912

1013
## [4.4.2] - 2024-11-08
1114

integration-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.3.5</version>
8+
<version>3.4.0</version>
99
<relativePath/>
1010
</parent>
1111

1212
<groupId>com.arangodb</groupId>
1313
<artifactId>arangodb-spring-data-integration-tests</artifactId>
14-
<version>4.4.2</version>
14+
<version>4.5.0-SNAPSHOT</version>
1515

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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
<groupId>com.arangodb</groupId>
66
<artifactId>arangodb-spring-data</artifactId>
7-
<version>4.4.2</version>
7+
<version>4.5.0-SNAPSHOT</version>
88
<inceptionYear>2017</inceptionYear>
99
<packaging>jar</packaging>
1010

1111
<parent>
1212
<groupId>org.springframework.data.build</groupId>
1313
<artifactId>spring-data-parent</artifactId>
14-
<version>3.3.5</version>
14+
<version>3.4.0</version>
1515
<relativePath/>
1616
</parent>
1717

tutorial/README.md

Copy file name to clipboard
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ We have to create a Maven `pom.xml`:
2727
<relativePath/>
2828
<groupId>org.springframework.boot</groupId>
2929
<artifactId>spring-boot-starter-parent</artifactId>
30-
<version>3.3.5</version>
30+
<version>3.4.0</version>
3131
</parent>
3232

3333
<groupId>com.arangodb</groupId>
@@ -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.4.2</version>
53+
<version>4.5.0-SNAPSHOT</version>
5454
</dependency>
5555
</dependencies>
5656

tutorial/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<relativePath/>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.3.5</version>
10+
<version>3.4.0</version>
1111
</parent>
1212

1313
<groupId>com.arangodb</groupId>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.arangodb</groupId>
3232
<artifactId>arangodb-spring-data</artifactId>
33-
<version>4.4.2</version>
33+
<version>4.5.0-SNAPSHOT</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.assertj</groupId>

0 commit comments

Comments
 (0)
0