Skip to content

Commit

Permalink
build(deps): bump org.apache.logging.log4j:log4j-core (#1871)
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.3.

---
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 9de74b9 commit 82b3631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zuul-integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
testImplementation "org.slf4j:slf4j-api:2.0.16"
testImplementation 'org.apache.commons:commons-lang3:3.17.0'
testImplementation "com.aayushatharva.brotli4j:brotli4j:$versions_brotli4j"
testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.23.1'
testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.24.3'
testRuntimeOnly 'org.apache.logging.log4j:log4j-slf4j2-impl:2.24.3'
testRuntimeOnly "com.aayushatharva.brotli4j:native-osx-aarch64:$versions_brotli4j"
testRuntimeOnly "com.aayushatharva.brotli4j:native-osx-x86_64:$versions_brotli4j"
Expand Down
2 changes: 1 addition & 1 deletion zuul-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation 'commons-configuration:commons-configuration:1.10'
annotationProcessor project(":zuul-processor")

runtimeOnly 'org.apache.logging.log4j:log4j-core:2.23.1'
runtimeOnly 'org.apache.logging.log4j:log4j-core:2.24.3'
runtimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.24.3'

}
Expand Down

0 comments on commit 82b3631

Please sign in to comment.