Skip to content

Commit b2d0a2c

Browse files
Bump com.amazonaws:aws-lambda-java-events from 3.11.4 to 3.11.5 (#341)
Bumps [com.amazonaws:aws-lambda-java-events](https://github.com/aws/aws-lambda-java-libs) from 3.11.4 to 3.11.5. - [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-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba9a4e3 commit b2d0a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

router/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
implementation(kotlin("stdlib-jdk8"))
55
implementation(kotlin("reflect"))
66
api("com.amazonaws:aws-lambda-java-core:1.2.3")
7-
api("com.amazonaws:aws-lambda-java-events:3.11.4")
7+
api("com.amazonaws:aws-lambda-java-events:3.11.5")
88

99
implementation("org.slf4j:slf4j-api:2.0.13")
1010
api("com.fasterxml.jackson.core:jackson-databind:2.17.0")

0 commit comments

Comments
 (0)