diff --git a/build.gradle b/build.gradle index 146f6bfc54f..936cdc6edfb 100644 --- a/build.gradle +++ b/build.gradle @@ -196,7 +196,7 @@ dependencies { // route all requests to java.util.logging to SLF4J (which in turn routes to tinylog) implementation 'org.slf4j:jul-to-slf4j:2.0.9' // route all requests to log4j to SLF4J - implementation 'org.apache.logging.log4j:log4j-to-slf4j:2.23.0' + implementation 'org.apache.logging.log4j:log4j-to-slf4j:2.23.1' implementation('de.undercouch:citeproc-java:3.0.0-beta.2') { exclude group: 'org.antlr'