chore(deps): Update aws-lambda-java-events version to 3.14.0

Signed-off-by: Dennis Kieselhorst <mail@dekies.de>
This commit is contained in:
Dennis Kieselhorst
2025-02-04 11:38:41 +01:00
committed by Oleg Zhurakousky
parent 849dc17246
commit e271f0f6aa
13 changed files with 13 additions and 13 deletions

View File

@@ -41,7 +41,7 @@ repositories {
ext {
springCloudFunctionVersion = "3.0.0.BUILD-SNAPSHOT"
awsLambdaEventsVersion = "2.0.2"
awsLambdaEventsVersion = "3.14.0"
awsLambdaCoreVersion = "1.2.3"
}
ext['reactor.version'] = "3.1.7.RELEASE"