From 6551495e52bfb225504db1f1512c492d4f09d024 Mon Sep 17 00:00:00 2001 From: Julian Psotta Date: Mon, 27 Mar 2023 15:39:06 +0200 Subject: [PATCH 1/2] chore(pom,spring-boot): Bump spring-boot to 2.7.10 Version 2.7.10 has the option to push snakeyaml to a version that isn't affected by SNYK-JAVA-ORGYAML-2806360. --- openrouteservice/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrouteservice/pom.xml b/openrouteservice/pom.xml index 173a63958c..ce91d77768 100644 --- a/openrouteservice/pom.xml +++ b/openrouteservice/pom.xml @@ -66,7 +66,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.9 + 2.7.10 ors From 404be6aae6f392ef2b1d759a955937cfd41e8357 Mon Sep 17 00:00:00 2001 From: Julian Psotta Date: Mon, 27 Mar 2023 16:34:55 +0200 Subject: [PATCH 2/2] docs(changelog): Upgrade spring-boot from 2.7.9 to 2.7.10 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 816a1e86ef..fa0e88e39a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ RELEASING: - time-dependent routing with Dijkstra ([#1322](https://github.com/GIScience/openrouteservice/pull/1322)) - change compile mode from Java 8 to Java 11 and remove old Java 8 API usages ([#1321](https://github.com/GIScience/openrouteservice/pull/1321)) - support for API time parameters ([#1315](https://github.com/GIScience/openrouteservice/pull/1315)) +- upgrade spring-boot from 2.7.9 to 2.7.10 ([#1372](https://github.com/GIScience/openrouteservice/pull/1372)) ## [7.0.1] - 2023-03-08 ### Fixed