From 3546ed30c1b779caeb2830e57ed354988af82dc2 Mon Sep 17 00:00:00 2001 From: Sascha Fendrich Date: Thu, 14 Dec 2023 12:47:40 +0100 Subject: [PATCH 1/2] fix: upgrade spring-boot parent to 3.1.6 --- CHANGELOG.md | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c9acc047d..b7b7b05720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,7 @@ RELEASING: - from springdoc-openapi-ui package to springdoc-openapi-starter-webmvc-ui ([#1504](https://github.com/GIScience/openrouteservice/pull/1504)) - refactor RoutingProfile (part of [#1520](https://github.com/GIScience/openrouteservice/issues/1520)) - update maven repository for dependencies ([#1536](https://github.com/GIScience/openrouteservice/pull/1536)) +- spring-boot-starter-parent to v3.1.6 ([#1630](https://github.com/GIScience/openrouteservice/pull/1630)) ### Deprecated - JSON configuration and related classes ([#1506](https://github.com/GIScience/openrouteservice/pull/1506)) diff --git a/pom.xml b/pom.xml index 086e760017..08a4c19c4f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 3.1.1 + 3.1.6 From 56db8cfd4d91d9743b1c4b4d0d21b2fa70c842b1 Mon Sep 17 00:00:00 2001 From: Sascha Fendrich Date: Mon, 18 Dec 2023 09:28:48 +0100 Subject: [PATCH 2/2] fix: update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7b7b05720..42f5192189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,7 +61,7 @@ RELEASING: - from springdoc-openapi-ui package to springdoc-openapi-starter-webmvc-ui ([#1504](https://github.com/GIScience/openrouteservice/pull/1504)) - refactor RoutingProfile (part of [#1520](https://github.com/GIScience/openrouteservice/issues/1520)) - update maven repository for dependencies ([#1536](https://github.com/GIScience/openrouteservice/pull/1536)) -- spring-boot-starter-parent to v3.1.6 ([#1630](https://github.com/GIScience/openrouteservice/pull/1630)) +- spring-boot-starter-parent to v3.1.6 ([#1630](https://github.com/GIScience/openrouteservice/issues/1630)) ### Deprecated - JSON configuration and related classes ([#1506](https://github.com/GIScience/openrouteservice/pull/1506))