Skip to content

Commit

Permalink
back to log4j 2.20.0 because of some functions are no longer working
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 18, 2023
1 parent ca172b3 commit fa624e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
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"]
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<httpcomponents.version>4.5.14</httpcomponents.version>
<jetty.version>9.4.53.v20231009</jetty.version>
<log4j.version>2.21.0</log4j.version>
<log4j.version>2.20.0</log4j.version>

<!-- As a property, as it is included in Checkstyle build -->
<checkstyle.version>9.3</checkstyle.version>
Expand Down

0 comments on commit fa624e2

Please sign in to comment.