From 32735e3865a28249d12c357154392ce5f3fa9a47 Mon Sep 17 00:00:00 2001 From: Michael Schulte <65006436+mschulte-tsi@users.noreply.github.com> Date: Wed, 15 Dec 2021 12:06:34 +0100 Subject: [PATCH] Fix/Bump Log4j to 2.16 (#255) * Bump Log4J Version to 2.16 * Bump Spring Version to 2.5.7 * bump verification-server version Co-authored-by: Andreas Scheibal --- pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3cf427c0..8db75338 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ app.coronawarn.verification cwa-verification-server - 1.5.3-SNAPSHOT + 1.5.4-SNAPSHOT jar cwa-verification-server @@ -34,7 +34,7 @@ UTF-8 UTF-8 - 2.5.4 + 2.5.7 5.3.10.RELEASE 2020.0.4 1.18.16 @@ -91,6 +91,12 @@ liquibase-core ${liquibase.version} + + org.apache.logging.log4j + log4j-bom + 2.16.0 + import +