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.24.1
  • Loading branch information
renovate[bot] authored Sep 29, 2024
1 parent f6ce8ee commit 16d6f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {

// dev env
modLocalRuntime("me.djtheredstoner:DevAuth-fabric:1.2.1")
localRuntime("org.apache.logging.log4j:log4j-core:2.23.1")
localRuntime("org.apache.logging.log4j:log4j-core:2.24.1")
modLocalRuntime("maven.modrinth:legacy-mod-menu:1.1.0")
modLocalRuntime(legacy.apiModule("legacy-fabric-resource-loader-v1", fabricApiVersion)!!)
}
Expand Down
2 changes: 1 addition & 1 deletion native-transport/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {

// dev env
modLocalRuntime("me.djtheredstoner:DevAuth-fabric:1.2.1")
localRuntime("org.apache.logging.log4j:log4j-core:2.23.1")
localRuntime("org.apache.logging.log4j:log4j-core:2.24.1")
modLocalRuntime("maven.modrinth:legacy-mod-menu:1.1.0")
modLocalRuntime(legacy.apiModule("legacy-fabric-resource-loader-v1", fabricApiVersion)!!)
}
Expand Down

0 comments on commit 16d6f75

Please sign in to comment.