Skip to content

Commit 287cfa5

Browse files
dependabot[bot]MediaMarco
authored andcommitted
Bump com.amazonaws:aws-lambda-java-events from 3.13.0 to 3.14.0
Bumps [com.amazonaws:aws-lambda-java-events](https://github.com/aws/aws-lambda-java-libs) from 3.13.0 to 3.14.0. - [Commits](https://github.com/aws/aws-lambda-java-libs/commits) --- updated-dependencies: - dependency-name: com.amazonaws:aws-lambda-java-events dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 426f3ea commit 287cfa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation("software.amazon.awssdk:s3-transfer-manager:${awsSdkVersion}")
2222
implementation("software.amazon.awssdk.crt:aws-crt:0.30.11")
2323
implementation("com.amazonaws:aws-lambda-java-core:1.2.3")
24-
implementation("com.amazonaws:aws-lambda-java-events:3.13.0")
24+
implementation("com.amazonaws:aws-lambda-java-events:3.14.0")
2525
implementation("com.amazonaws:aws-java-sdk-core:${amazonAwsJavaSdkVersion}")
2626
testImplementation platform("com.amazonaws:aws-xray-recorder-sdk-bom:2.18.2")
2727
testImplementation("com.amazonaws:aws-xray-recorder-sdk-core")

0 commit comments

Comments
 (0)