Skip to content

Commit

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

---
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 and argha-c committed Sep 9, 2024
1 parent 72dfee3 commit ffc8d20
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 @@ -19,7 +19,7 @@ dependencies {
testImplementation "io.netty.incubator:netty-incubator-transport-classes-io_uring:${versions_netty_io_uring}"
testImplementation "io.netty.incubator:netty-incubator-transport-native-io_uring:${versions_netty_io_uring}:linux-x86_64"
testImplementation "org.slf4j:slf4j-api:2.0.9"
testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.21.1'
testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.23.1'
testRuntimeOnly 'org.apache.logging.log4j:log4j-slf4j2-impl:2.21.1'
testImplementation "com.aayushatharva.brotli4j:brotli4j:$versions_brotli4j"
testRuntimeOnly "com.aayushatharva.brotli4j:native-osx-aarch64:$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.19.0'
runtimeOnly 'org.apache.logging.log4j:log4j-core:2.23.1'
runtimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.19.0'

}
Expand Down

0 comments on commit ffc8d20

Please sign in to comment.