Skip to content

Commit

Permalink
Bump com.amazonaws:aws-lambda-java-log4j2 from 1.5.1 to 1.6.0 in /java
Browse files Browse the repository at this point in the history
Bumps [com.amazonaws:aws-lambda-java-log4j2](https://github.com/aws/aws-lambda-java-libs) from 1.5.1 to 1.6.0.
- [Commits](https://github.com/aws/aws-lambda-java-libs/commits)

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-lambda-java-log4j2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 9c1049d commit e4e14e1
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 @@ -50,7 +50,7 @@ dependencies {
// events
implementation("com.amazonaws:aws-lambda-java-events:3.11.3")
// lambda logging
implementation("com.amazonaws:aws-lambda-java-log4j2:1.5.1")
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.21.1")
}
Expand Down

0 comments on commit e4e14e1

Please sign in to comment.