Skip to content

Commit 97b8ba5

Browse files
Bump org.apache.logging.log4j:log4j-to-slf4j from 2.24.1 to 2.24.2 (#12229)
Bumps org.apache.logging.log4j:log4j-to-slf4j from 2.24.1 to 2.24.2. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-to-slf4j dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86d3a1a commit 97b8ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ dependencies {
278278
// route all requests to java.util.logging to SLF4J (which in turn routes to tinylog)
279279
implementation 'org.slf4j:jul-to-slf4j:2.0.16'
280280
// route all requests to log4j to SLF4J
281-
implementation 'org.apache.logging.log4j:log4j-to-slf4j:2.24.1'
281+
implementation 'org.apache.logging.log4j:log4j-to-slf4j:2.24.2'
282282

283283
implementation('de.undercouch:citeproc-java:3.1.0') {
284284
exclude group: 'org.antlr'

0 commit comments

Comments
 (0)