Skip to content

Commit

Permalink
chore(deps): bump com.amazonaws:aws-lambda-java-log4j2
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 Nov 6, 2023
1 parent 8b069b2 commit 3f4b770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/spring/pet-store/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
'org.apache.logging.log4j:log4j-api:2.21.1',
'org.apache.logging.log4j:log4j-slf4j-impl:2.21.1',
'com.fasterxml.jackson.core:jackson-databind:2.15.3',
'com.amazonaws:aws-lambda-java-log4j2:1.5.1',
'com.amazonaws:aws-lambda-java-log4j2:1.6.0',
)
}

Expand Down

0 comments on commit 3f4b770

Please sign in to comment.