Skip to content

Commit 6f8b2b0

Browse files
fix(deps): update dependency org.apache.logging.log4j:log4j-bom to v2.24.3 (#546)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1c764b6 commit 6f8b2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log-appender/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation("org.slf4j:jul-to-slf4j:2.0.16")
2424

2525
// Log4j
26-
implementation(platform("org.apache.logging.log4j:log4j-bom:2.24.2"))
26+
implementation(platform("org.apache.logging.log4j:log4j-bom:2.24.3"))
2727
implementation("org.apache.logging.log4j:log4j-api")
2828
implementation("org.apache.logging.log4j:log4j-core")
2929

0 commit comments

Comments
 (0)