chore(deps): Update aws-lambda-java-core version to 1.2.3

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

View File

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

View File

@@ -45,7 +45,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-core</artifactId>
<version>1.1.0</version>
<version>1.2.3</version>
<scope>provided</scope>
</dependency>
<dependency>