From 3ecf9683fe1888489844f282b4677be3a5d4dab3 Mon Sep 17 00:00:00 2001 From: Andreas Scheibal Date: Wed, 22 Dec 2021 09:27:43 +0100 Subject: [PATCH] fix: bump log4j to 2.17.0 (#116) * fix: bump log4j to 2.17.0 * chore: bump artefact version --- pom.xml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 474aa11..78b86db 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ app.coronawarn.testresult cwa-testresult-server - 1.4.1-SNAPSHOT + 1.4.2-SNAPSHOT jar cwa-testresult-server @@ -31,9 +31,9 @@ UTF-8 UTF-8 - 2.5.4 + 2.5.7 2020.0.4 - 1.18.12 + 1.18.22 3.9.0 1.3.9 30.0-jre @@ -194,6 +194,18 @@ shedlock-provider-jdbc-template 4.25.0 + + org.apache.logging.log4j + log4j-api + 2.17.0 + runtime + + + org.apache.logging.log4j + log4j-to-slf4j + 2.17.0 + runtime +