Skip to content

Commit 509a9c9

Browse files
authored
Merge pull request #5761 from aws-iot-builder-tools/dependabot/gradle/cross-account-publish/certificate-based-stack/com.amazonaws-aws-lambda-java-core-1.3.0
Bump com.amazonaws:aws-lambda-java-core from 1.2.3 to 1.3.0 in /cross-account-publish/certificate-based-stack
2 parents 3ce9f81 + 3dd4d4a commit 509a9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cross-account-publish/certificate-based-stack/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tasks.shadowJar {
5050
transform(com.github.jengelman.gradle.plugins.shadow.transformers.Log4j2PluginsCacheFileTransformer::class.java)
5151
}
5252

53-
val awsLambdaJavaCoreVersion = "1.2.3"
53+
val awsLambdaJavaCoreVersion = "1.3.0"
5454
val awsLambdaJavaLog4j2Version = "1.6.0"
5555
val log4jVersion = "2.18.0"
5656
val jacksonVersion = "2.12.1"

0 commit comments

Comments
 (0)