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:
committed by
Oleg Zhurakousky
parent
d682aaee8b
commit
849dc17246
@@ -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"
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user