Skip to content

Commit

Permalink
gradle(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.22.0 to 2.23.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent 5ef0031 commit 74b82fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion headlessmc-launcher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
}

testImplementation(testFixtures(project(':headlessmc-commons')))
testImplementation 'org.apache.logging.log4j:log4j-api:2.22.0'
testImplementation 'org.apache.logging.log4j:log4j-api:2.23.0'
testImplementation 'org.apache.logging.log4j:log4j-core:2.22.0'
}

Expand Down
2 changes: 1 addition & 1 deletion headlessmc-lwjgl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
testImplementation(testFixtures(project(':headlessmc-commons')))
// Only for the LaunchWrapperTest, which is skipped on Java > 8
if (JavaVersion.current() <= JavaVersion.VERSION_1_8) {
testRuntimeOnly 'org.apache.logging.log4j:log4j-api:2.22.0'
testRuntimeOnly 'org.apache.logging.log4j:log4j-api:2.23.0'
testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.22.0'
}
}
Expand Down

0 comments on commit 74b82fe

Please sign in to comment.