From fa624e2efb1048804dff0221086c2e7aa6a83af0 Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Wed, 18 Oct 2023 07:46:23 +0200 Subject: [PATCH] back to log4j 2.20.0 because of some functions are no longer working --- .github/dependabot.yml | 7 ++++++- pom.xml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 44894de590e..bcf185fd1cd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,9 @@ updates: # ignore because it does not work with java 8 - dependency-name: "org.apache.maven.plugins:maven-site-plugin" - dependency-name: "com.puppycrawl.tools:checkstyle" - versions: ["10.x"] \ No newline at end of file + versions: ["10.x"] + + # ignore because changing the logger configuration at runtime + # does not work any longer - have to investigate this + - dependency-name: "org.apache.logging.log4j:*" + versions: ["2.21.0"] diff --git a/pom.xml b/pom.xml index 808921a9e58..b4a6bb2b24c 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ 4.5.14 9.4.53.v20231009 - 2.21.0 + 2.20.0 9.3