Skip to content

Commit

Permalink
Revert log4j-update again, need to wait for 2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Feb 17, 2024
1 parent d31d723 commit 5813690
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion poishadow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ dependencies {
implementation 'org.apache.poi:poi-scratchpad:5.2.5'
implementation 'com.fasterxml:aalto-xml:1.3.0'
implementation 'stax:stax-api:1.0.1'
implementation 'org.apache.logging.log4j:log4j-api:2.22.1' // newer log4j fails
// See https://github.com/apache/logging-log4j2/issues/2129 for the issue introduced in 2.22.x
// we have to wait for 2.23.0 for this to work again
implementation 'org.apache.logging.log4j:log4j-api:2.21.1' // newer log4j fails
}

shadowJar {
Expand Down

0 comments on commit 5813690

Please sign in to comment.