Skip to content

Commit

Permalink
build(deps): bump org.apache.logging.log4j:log4j-api
Browse files Browse the repository at this point in the history
Bumps org.apache.logging.log4j:log4j-api from 2.23.0 to 2.23.1.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 9b2ce1b commit 3dce14d
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 @@ -15,7 +15,7 @@ repositories {

dependencies {
compileOnly(project(":loaders"))
compileOnly("org.apache.logging.log4j:log4j-api:2.23.0")
compileOnly("org.apache.logging.log4j:log4j-api:2.23.1")
compileOnly("org.spongepowered:mixin:0.8.5")
}

Expand Down

0 comments on commit 3dce14d

Please sign in to comment.