From ad49dbc0c174c24f5ae096e6be389d993cbc351e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Mar 2023 21:45:47 +0000 Subject: [PATCH 1/2] fix: upgrade org.apache.logging.log4j:log4j-1.2-api from 2.19.0 to 2.20.0 Snyk has created this PR to upgrade org.apache.logging.log4j:log4j-1.2-api from 2.19.0 to 2.20.0. See this package in Maven Repository: https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-1.2-api/ See this project in Snyk: https://app.snyk.io/org/thegreatrefrigerator/project/4fd92117-2780-4579-9503-a800beb4da3b?utm_source=github&utm_medium=referral&page=upgrade-pr --- openrouteservice-api-tests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrouteservice-api-tests/pom.xml b/openrouteservice-api-tests/pom.xml index d660817912..9d8ff3dc9c 100644 --- a/openrouteservice-api-tests/pom.xml +++ b/openrouteservice-api-tests/pom.xml @@ -16,7 +16,7 @@ ${java.version} ${java.version} 2.0.6 - 2.19.0 + 2.20.0 From 94f49e0f60ee48ba2a18ad5f7c905daa571219c8 Mon Sep 17 00:00:00 2001 From: Takara Baumbach Date: Tue, 14 Mar 2023 09:03:33 +0100 Subject: [PATCH 2/2] doc: update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20675644a2..2fbce746a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,8 +39,10 @@ RELEASING: - migration from Junit4 to Junit5 ([#1320](https://github.com/GIScience/openrouteservice/pull/1320)) ### Fixed - change compile mode from Java 8 to Java 11 and remove old Java 8 API usages ([#1321](https://github.com/GIScience/openrouteservice/pull/1321)) +- Upgrade org.apache.logging.log4j:log4j-1.2-api from 2.19.0 to 2.20.0 ([#1324](https://github.com/GIScience/openrouteservice/pull/1324)) ## [7.0.1] - 2023-03-08 +### Fixed - fix tomcat config overwrite ([#1311](https://github.com/GIScience/openrouteservice/issues/1311)) - Upgrade commons-io:commons-io from 2.7 to 2.11.0 ([#1309](https://github.com/GIScience/openrouteservice/issues/1309)) - Upgrade com.fasterxml.jackson.core:jackson-core from 2.13.3 to 2.14.2 ([#1307](https://github.com/GIScience/openrouteservice/issues/1307))