Skip to content

Commit

Permalink
Bump org.apache.logging.log4j:log4j-core from 2.24.0 to 2.24.1 in /ja…
Browse files Browse the repository at this point in the history
…va (#301)

Bumps org.apache.logging.log4j:log4j-core from 2.24.0 to 2.24.1.

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 0db96cd commit e21aee5
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.0")
implementation("org.apache.logging.log4j:log4j-core:2.24.1")
}

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

0 comments on commit e21aee5

Please sign in to comment.