Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.logging.log4j:log4j-bom to v2…
Browse files Browse the repository at this point in the history
….24.1 (#497)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent ed49461 commit f7f3883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log-appender/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation("org.slf4j:jul-to-slf4j:2.0.16")

// Log4j
implementation(platform("org.apache.logging.log4j:log4j-bom:2.24.0"))
implementation(platform("org.apache.logging.log4j:log4j-bom:2.24.1"))
implementation("org.apache.logging.log4j:log4j-api")
implementation("org.apache.logging.log4j:log4j-core")

Expand Down

0 comments on commit f7f3883

Please sign in to comment.