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

fix(deps): update dependency org.apache.logging.log4j:log4j-slf4j-impl to v2.22.0 - autoclosed #3217

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.22.0") { 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.22.0") { isTransitive = false }

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