From 553d08d1bb4ea88d2820c2c298fe94d0e2360bce Mon Sep 17 00:00:00 2001 From: Michele Rastelli Date: Tue, 19 Sep 2023 09:41:19 +0200 Subject: [PATCH] v3.1-0 --- Changelog.md | 6 +++++- pom.xml | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 89f755d..b37ec4e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,12 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [3.1-0] - 2023.09.19 + +- Spring Boot 3.1 support + ## [3.0-0] - 2023.09.19 - Spring Boot 3.0 support (#21) - updated Spring Data ArangoDB to version 4.0 and ArangoDB Java Driver to version 7.1 (#21) - raised required minimum Java version to JDK 17 (#21) -- added jwt and acquireHostListInterval configuration properties (#21) +- added `jwt` and `acquireHostListInterval` configuration properties (#21) ## [2.7-0] - 2023.02.08 diff --git a/pom.xml b/pom.xml index af557dd..66402ae 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.arangodb arangodb-spring-boot-starter - 3.0-0 + 3.1-0 2017 jar @@ -258,7 +258,7 @@ org.springframework.boot spring-boot-dependencies - 3.0.10 + 3.1.3 pom import