Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.logging.log4j:log4j-core to v…
Browse files Browse the repository at this point in the history
…2.23.1
  • Loading branch information
renovate[bot] authored and jpenilla committed Jun 23, 2024
1 parent e85125d commit 0dfde2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
modImplementation("net.fabricmc", "fabric-loader", "0.15.11")
modImplementation("net.fabricmc.fabric-api", "fabric-api", "0.100.3+1.21")

annotationProcessor("org.apache.logging.log4j", "log4j-core", "2.22.1")
annotationProcessor("org.apache.logging.log4j", "log4j-core", "2.23.1")

val jlineVersion = "3.25.0"
implementation(include("org.jline", "jline", jlineVersion))
Expand Down

0 comments on commit 0dfde2b

Please sign in to comment.