Skip to content

Commit

Permalink
Update log4j2 monorepo to v2.24.1 (#402)
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 Nov 7, 2024
1 parent c3ea53c commit 3a58e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schematicbrushreborn-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ dependencies {
compileOnly(libs.jackson.yaml)
compileOnly(libs.adventure.bukkit)
compileOnly(libs.adventure.minimessage)
compileOnly("org.apache.logging.log4j", "log4j-slf4j2-impl", "2.23.1")
compileOnly("org.apache.logging.log4j", "log4j-core", "2.23.1")
compileOnly("org.apache.logging.log4j", "log4j-slf4j2-impl", "2.24.1")
compileOnly("org.apache.logging.log4j", "log4j-core", "2.24.1")

implementation(libs.bstats)

Expand Down

0 comments on commit 3a58e91

Please sign in to comment.