diff --git a/build.gradle b/build.gradle index b6ec2d3ff77..8f2c6fa9b64 100644 --- a/build.gradle +++ b/build.gradle @@ -195,7 +195,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.21.1' + implementation 'org.apache.logging.log4j:log4j-to-slf4j:2.22.1' implementation('de.undercouch:citeproc-java:3.0.0-beta.2') { exclude group: 'org.antlr'