Skip to content

Commit

Permalink
chore(deps): bump com.amazonaws:aws-lambda-java-core from 1.2.2 to 1.2.3
Browse files Browse the repository at this point in the history
Bumps [com.amazonaws:aws-lambda-java-core](https://github.com/aws/aws-lambda-java-libs) from 1.2.2 to 1.2.3.
- [Commits](https://github.com/aws/aws-lambda-java-libs/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and outofcoffee committed Oct 19, 2023
1 parent c8cd9ee commit 5cb2e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter/awslambda/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
implementation project (':embedded:embedded-core')
implementation project (':core:config-resolver-s3')

implementation 'com.amazonaws:aws-lambda-java-core:1.2.2'
implementation 'com.amazonaws:aws-lambda-java-core:1.2.3'
implementation 'com.amazonaws:aws-lambda-java-events:3.11.0'

implementation "org.apache.logging.log4j:log4j-api:$version_log4j"
Expand Down

0 comments on commit 5cb2e85

Please sign in to comment.