Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency org.apache.logging.log4j:log4j-slf4j-imp…
Browse files Browse the repository at this point in the history
…l to v2.21.1
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent c41c345 commit 0b6f4f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform/fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
}

shade(project(":impl-blocks:hikari-config"))
shade("org.apache.logging.log4j:log4j-slf4j-impl:2.8.1") { isTransitive = false }
shade("org.apache.logging.log4j:log4j-slf4j-impl:2.21.1") { isTransitive = false }
shade("cloud.commandframework:cloud-brigadier:$cloudVersion")

minecraft("com.mojang:minecraft:$minecraftVersion")
Expand Down
2 changes: 1 addition & 1 deletion platform/sponge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
}

testImplementation(compileOnly("org.spongepowered:spongeapi:8.0.0-SNAPSHOT")!!)
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.13.3") { isTransitive = false }
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.21.1") { isTransitive = false }

testImplementation("org.slf4j:slf4j-jdk14:$slf4jVersion")
testImplementation("org.mockito:mockito-core:3.8.0")
Expand Down

0 comments on commit 0b6f4f4

Please sign in to comment.