Skip to content

Commit f7f3883

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

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.0"))
26+
implementation(platform("org.apache.logging.log4j:log4j-bom:2.24.1"))
2727
implementation("org.apache.logging.log4j:log4j-api")
2828
implementation("org.apache.logging.log4j:log4j-core")
2929

0 commit comments

Comments
 (0)