Skip to content

Commit

Permalink
fix(deps): update dependency org.slf4j:slf4j-jdk14 to v2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 10, 2024
1 parent 093effc commit 182d22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime-minestom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ dependencies {
testImplementation(libs.creative.serializer.minecraft)

testImplementation(libs.minestom)
testImplementation("org.slf4j:slf4j-jdk14:2.0.12")
testImplementation("org.slf4j:slf4j-jdk14:2.0.16")
testImplementation(project(":hephaestus-reader-blockbench"))
}

0 comments on commit 182d22b

Please sign in to comment.