Skip to content

Commit

Permalink
Revert org.apache.logging.log4j:log4j-core update, setting version ba…
Browse files Browse the repository at this point in the history
…ck to 2.23.1

Gives a problem in jlink in listFix()
  • Loading branch information
Borewit committed Jan 4, 2025
1 parent febc8cf commit 6cb0f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
jaxb "org.glassfish.jaxb:jaxb-runtime:4.0.5"

// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
implementation 'org.apache.logging.log4j:log4j-core:2.24.3'
implementation 'org.apache.logging.log4j:log4j-core:2.23.1'

// JAXB API only
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.0'
Expand Down

0 comments on commit 6cb0f03

Please sign in to comment.