Skip to content

Commit

Permalink
Spring Boot 3.4 (#325)
Browse files Browse the repository at this point in the history
* updated Spring Boot 3.4

* v4.5.0-SNAPSHOT
  • Loading branch information
rashtao authored Dec 12, 2024
1 parent 895b1cd commit 72ec7c6
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ workflows:
matrix:
parameters:
spring-boot-version:
- '3.2.6'
- '3.3.0'
- '3.3.6'
- '3.4.0'
tutorial:
jobs:
- tutorial:
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

- added support to Spring Data `3.4`
- updated Java Driver to version `7.15.0`
- updated Jackson Dataformat Velocypack to version `4.5.0`

## [4.4.2] - 2024-11-08

Expand Down
4 changes: 2 additions & 2 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.4.0</version>
<relativePath/>
</parent>

<groupId>com.arangodb</groupId>
<artifactId>arangodb-spring-data-integration-tests</artifactId>
<version>4.4.2</version>
<version>4.5.0-SNAPSHOT</version>

<name>arangodb-spring-data-integration-tests</name>
<description>ArangoDB Spring Data Integration Tests</description>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

<groupId>com.arangodb</groupId>
<artifactId>arangodb-spring-data</artifactId>
<version>4.4.2</version>
<version>4.5.0-SNAPSHOT</version>
<inceptionYear>2017</inceptionYear>
<packaging>jar</packaging>

<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.3.5</version>
<version>3.4.0</version>
<relativePath/>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ We have to create a Maven `pom.xml`:
<relativePath/>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.4.0</version>
</parent>

<groupId>com.arangodb</groupId>
Expand All @@ -50,7 +50,7 @@ We have to create a Maven `pom.xml`:
<dependency>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-spring-data</artifactId>
<version>4.4.2</version>
<version>4.5.0-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions tutorial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<relativePath/>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.4.0</version>
</parent>

<groupId>com.arangodb</groupId>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-spring-data</artifactId>
<version>4.4.2</version>
<version>4.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down

0 comments on commit 72ec7c6

Please sign in to comment.