Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent 9c3551e commit c89a1e6
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 @@ -37,7 +37,7 @@ dependencies {

testImplementation(testFixtures(project(':headlessmc-api')))
testImplementation 'org.apache.logging.log4j:log4j-api:2.23.1'
testImplementation 'org.apache.logging.log4j:log4j-core:2.23.1'
testImplementation 'org.apache.logging.log4j:log4j-core:2.24.2'
}

processResources {
Expand Down
2 changes: 1 addition & 1 deletion headlessmc-lwjgl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
// 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.23.1'
testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.23.1'
testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.24.2'
}
}

Expand Down

0 comments on commit c89a1e6

Please sign in to comment.