From 72ec7c6e9a0a3954f40fd27c8f9fe4291b3bad54 Mon Sep 17 00:00:00 2001 From: Michele Rastelli Date: Thu, 12 Dec 2024 09:45:36 +0100 Subject: [PATCH] Spring Boot 3.4 (#325) * updated Spring Boot 3.4 * v4.5.0-SNAPSHOT --- .circleci/config.yml | 4 ++-- ChangeLog.md | 3 +++ integration-tests/pom.xml | 4 ++-- pom.xml | 4 ++-- tutorial/README.md | 4 ++-- tutorial/pom.xml | 4 ++-- 6 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 43f61a05..16667d2e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: diff --git a/ChangeLog.md b/ChangeLog.md index 18440973..f26872ae 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 8f25e1b1..2dcad5f8 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -5,13 +5,13 @@ org.springframework.boot spring-boot-starter-parent - 3.3.5 + 3.4.0 com.arangodb arangodb-spring-data-integration-tests - 4.4.2 + 4.5.0-SNAPSHOT arangodb-spring-data-integration-tests ArangoDB Spring Data Integration Tests diff --git a/pom.xml b/pom.xml index 833f07ac..8e133c7e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,14 +4,14 @@ com.arangodb arangodb-spring-data - 4.4.2 + 4.5.0-SNAPSHOT 2017 jar org.springframework.data.build spring-data-parent - 3.3.5 + 3.4.0 diff --git a/tutorial/README.md b/tutorial/README.md index 4b86fec2..10ddc980 100644 --- a/tutorial/README.md +++ b/tutorial/README.md @@ -27,7 +27,7 @@ We have to create a Maven `pom.xml`: org.springframework.boot spring-boot-starter-parent - 3.3.5 + 3.4.0 com.arangodb @@ -50,7 +50,7 @@ We have to create a Maven `pom.xml`: com.arangodb arangodb-spring-data - 4.4.2 + 4.5.0-SNAPSHOT diff --git a/tutorial/pom.xml b/tutorial/pom.xml index 7b646fc9..68025dbc 100644 --- a/tutorial/pom.xml +++ b/tutorial/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.5 + 3.4.0 com.arangodb @@ -30,7 +30,7 @@ com.arangodb arangodb-spring-data - 4.4.2 + 4.5.0-SNAPSHOT org.assertj