Skip to content

Commit

Permalink
Bump org.apache.logging.log4j:log4j-core from 2.24.1 to 2.24.2 in /java
Browse files Browse the repository at this point in the history
Bumps org.apache.logging.log4j:log4j-core from 2.24.1 to 2.24.2.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent fe5227c commit 9a6176e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
// lambda logging
implementation("com.amazonaws:aws-lambda-java-log4j2:1.6.0")
implementation("org.apache.logging.log4j:log4j-slf4j18-impl:2.18.0")
implementation("org.apache.logging.log4j:log4j-core:2.24.1")
implementation("org.apache.logging.log4j:log4j-core:2.24.2")
}

// need to exclude "parent" dependencies to avoid clash upon copy / zip of the final layer
Expand Down

0 comments on commit 9a6176e

Please sign in to comment.