File tree Expand file tree Collapse file tree 13 files changed +13
-13
lines changed
spring-cloud-function-kotlin
spring-cloud-function-samples
function-functional-sample-aws
function-sample-aws-custom-bean
function-sample-aws-native
function-sample-aws-routing
function-sample-aws-serverless-web-native
function-sample-functional-aws-routing Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2727 <dependency >
2828 <groupId >com.amazonaws</groupId >
2929 <artifactId >aws-lambda-java-events</artifactId >
30- <version >3.9 .0</version >
30+ <version >3.14 .0</version >
3131 <scope >provided</scope >
3232 </dependency >
3333 <dependency >
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ repositories {
4141
4242ext {
4343 springCloudFunctionVersion = " 3.0.0.BUILD-SNAPSHOT"
44- awsLambdaEventsVersion = " 2.0.2 "
44+ awsLambdaEventsVersion = " 3.14.0 "
4545 awsLambdaCoreVersion = " 1.2.3"
4646}
4747ext[' reactor.version' ] = " 3.1.7.RELEASE"
Original file line number Diff line number Diff line change 2323 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2424 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2525 <wrapper .version>1.0.27.RELEASE</wrapper .version>
26- <aws-lambda-events .version>3.9 .0</aws-lambda-events .version>
26+ <aws-lambda-events .version>3.14 .0</aws-lambda-events .version>
2727 <spring-cloud-function .version>4.3.0-SNAPSHOT</spring-cloud-function .version>
2828 </properties >
2929
Original file line number Diff line number Diff line change 2727 -->
2828 <groupId >com.amazonaws</groupId >
2929 <artifactId >aws-lambda-java-events</artifactId >
30- <version >3.9 .0</version >
30+ <version >3.14 .0</version >
3131 </dependency >
3232
3333 <dependency >
Original file line number Diff line number Diff line change 4141 <dependency >
4242 <groupId >com.amazonaws</groupId >
4343 <artifactId >aws-lambda-java-events</artifactId >
44- <version >3.9 .0</version >
44+ <version >3.14 .0</version >
4545 </dependency >
4646 <dependency >
4747 <groupId >com.amazonaws</groupId >
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ repositories {
4141
4242ext {
4343 springCloudFunctionVersion = " 3.0.0.BUILD-SNAPSHOT"
44- awsLambdaEventsVersion = " 2.0.2 "
44+ awsLambdaEventsVersion = " 3.14.0 "
4545 awsLambdaCoreVersion = " 1.2.3"
4646}
4747ext[' reactor.version' ] = " 3.1.7.RELEASE"
Original file line number Diff line number Diff line change 2323 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2424 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2525 <wrapper .version>1.0.27.RELEASE</wrapper .version>
26- <aws-lambda-events .version>2.0.2 </aws-lambda-events .version>
26+ <aws-lambda-events .version>3.14.0 </aws-lambda-events .version>
2727 <spring-cloud-function .version>4.3.0-SNAPSHOT</spring-cloud-function .version>
2828 </properties >
2929
Original file line number Diff line number Diff line change 3737 <dependency >
3838 <groupId >com.amazonaws</groupId >
3939 <artifactId >aws-lambda-java-events</artifactId >
40- <version >3.9 .0</version >
40+ <version >3.14 .0</version >
4141 </dependency >
4242 <dependency >
4343 <groupId >com.amazonaws</groupId >
Original file line number Diff line number Diff line change 2323 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2424 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2525 <wrapper .version>1.0.29.RELEASE</wrapper .version>
26- <aws-lambda-events .version>3.9 .0</aws-lambda-events .version>
26+ <aws-lambda-events .version>3.14 .0</aws-lambda-events .version>
2727 <spring-cloud-function .version>4.3.0-SNAPSHOT</spring-cloud-function .version>
2828 </properties >
2929
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ repositories {
4141
4242ext {
4343 springCloudFunctionVersion = " 3.0.0.BUILD-SNAPSHOT"
44- awsLambdaEventsVersion = " 2.0.2 "
44+ awsLambdaEventsVersion = " 3.14.0 "
4545 awsLambdaCoreVersion = " 1.2.3"
4646}
4747ext[' reactor.version' ] = " 3.1.7.RELEASE"
You can’t perform that action at this time.
0 commit comments