Skip to content

Commit

Permalink
fix(deps): update log4j2 monorepo to v2.24.1 (#207)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 1419f3f commit 10a6c69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies {

// Logging
implementation("org.slf4j:slf4j-api:2.1.0-alpha1")
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1")
implementation("org.apache.logging.log4j:log4j-core:2.23.1")
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.24.1")
implementation("org.apache.logging.log4j:log4j-core:2.24.1")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.0")

// Discord Related
Expand Down

0 comments on commit 10a6c69

Please sign in to comment.