We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d3a1a commit 97b8ba5Copy full SHA for 97b8ba5
build.gradle
@@ -278,7 +278,7 @@ dependencies {
278
// route all requests to java.util.logging to SLF4J (which in turn routes to tinylog)
279
implementation 'org.slf4j:jul-to-slf4j:2.0.16'
280
// route all requests to log4j to SLF4J
281
- implementation 'org.apache.logging.log4j:log4j-to-slf4j:2.24.1'
+ implementation 'org.apache.logging.log4j:log4j-to-slf4j:2.24.2'
282
283
implementation('de.undercouch:citeproc-java:3.1.0') {
284
exclude group: 'org.antlr'
0 commit comments