Skip to content

Commit 849dc17

Browse files
dekiolegz
authored andcommitted
chore(deps): Update aws-lambda-java-core version to 1.2.3
Signed-off-by: Dennis Kieselhorst <[email protected]>
1 parent d682aae commit 849dc17

File tree

13 files changed

+16
-16
lines changed

13 files changed

+16
-16
lines changed

spring-cloud-function-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>com.amazonaws</groupId>
3535
<artifactId>aws-lambda-java-core</artifactId>
36-
<version>1.2.1</version>
36+
<version>1.2.3</version>
3737
<scope>provided</scope>
3838
</dependency>
3939
<dependency>

spring-cloud-function-samples/function-functional-sample-aws/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repositories {
4242
ext {
4343
springCloudFunctionVersion = "3.0.0.BUILD-SNAPSHOT"
4444
awsLambdaEventsVersion = "2.0.2"
45-
awsLambdaCoreVersion = "1.1.0"
45+
awsLambdaCoreVersion = "1.2.3"
4646
}
4747
ext['reactor.version'] = "3.1.7.RELEASE"
4848

spring-cloud-function-samples/function-functional-sample-aws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>com.amazonaws</groupId>
4242
<artifactId>aws-lambda-java-core</artifactId>
43-
<version>1.1.0</version>
43+
<version>1.2.3</version>
4444
<scope>provided</scope>
4545
</dependency>
4646
<dependency>

spring-cloud-function-samples/function-sample-aws-custom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.amazonaws</groupId>
4747
<artifactId>aws-lambda-java-core</artifactId>
48-
<version>1.1.0</version>
48+
<version>1.2.3</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.springframework.boot</groupId>

spring-cloud-function-samples/function-sample-aws-native/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.amazonaws</groupId>
4848
<artifactId>aws-lambda-java-core</artifactId>
49-
<version>1.1.0</version>
49+
<version>1.2.3</version>
5050
</dependency>
5151

5252
<dependency>

spring-cloud-function-samples/function-sample-aws-routing/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repositories {
4242
ext {
4343
springCloudFunctionVersion = "3.0.0.BUILD-SNAPSHOT"
4444
awsLambdaEventsVersion = "2.0.2"
45-
awsLambdaCoreVersion = "1.1.0"
45+
awsLambdaCoreVersion = "1.2.3"
4646
}
4747
ext['reactor.version'] = "3.1.7.RELEASE"
4848

spring-cloud-function-samples/function-sample-aws-routing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.amazonaws</groupId>
4747
<artifactId>aws-lambda-java-core</artifactId>
48-
<version>1.1.0</version>
48+
<version>1.2.3</version>
4949
<scope>provided</scope>
5050
</dependency>
5151
<dependency>

spring-cloud-function-samples/function-sample-aws-serverless-web-native/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.amazonaws</groupId>
4444
<artifactId>aws-lambda-java-core</artifactId>
45-
<version>1.1.0</version>
45+
<version>1.2.3</version>
4646
<scope>provided</scope>
4747
</dependency>
4848

@@ -149,4 +149,4 @@
149149
</plugin>
150150
</plugins>
151151
</build>
152-
</project>
152+
</project>

spring-cloud-function-samples/function-sample-aws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>com.amazonaws</groupId>
4242
<artifactId>aws-lambda-java-core</artifactId>
43-
<version>1.1.0</version>
43+
<version>1.2.3</version>
4444
<scope>provided</scope>
4545
</dependency>
4646
<dependency>

spring-cloud-function-samples/function-sample-functional-aws-routing/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repositories {
4242
ext {
4343
springCloudFunctionVersion = "3.0.0.BUILD-SNAPSHOT"
4444
awsLambdaEventsVersion = "2.0.2"
45-
awsLambdaCoreVersion = "1.1.0"
45+
awsLambdaCoreVersion = "1.2.3"
4646
}
4747
ext['reactor.version'] = "3.1.7.RELEASE"
4848

0 commit comments

Comments
 (0)