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 27
27
<dependency >
28
28
<groupId >com.amazonaws</groupId >
29
29
<artifactId >aws-lambda-java-events</artifactId >
30
- <version >3.9 .0</version >
30
+ <version >3.14 .0</version >
31
31
<scope >provided</scope >
32
32
</dependency >
33
33
<dependency >
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ repositories {
41
41
42
42
ext {
43
43
springCloudFunctionVersion = " 3.0.0.BUILD-SNAPSHOT"
44
- awsLambdaEventsVersion = " 2.0.2 "
44
+ awsLambdaEventsVersion = " 3.14.0 "
45
45
awsLambdaCoreVersion = " 1.2.3"
46
46
}
47
47
ext[' reactor.version' ] = " 3.1.7.RELEASE"
Original file line number Diff line number Diff line change 23
23
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
24
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
25
25
<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>
27
27
<spring-cloud-function .version>4.3.0-SNAPSHOT</spring-cloud-function .version>
28
28
</properties >
29
29
Original file line number Diff line number Diff line change 27
27
-->
28
28
<groupId >com.amazonaws</groupId >
29
29
<artifactId >aws-lambda-java-events</artifactId >
30
- <version >3.9 .0</version >
30
+ <version >3.14 .0</version >
31
31
</dependency >
32
32
33
33
<dependency >
Original file line number Diff line number Diff line change 41
41
<dependency >
42
42
<groupId >com.amazonaws</groupId >
43
43
<artifactId >aws-lambda-java-events</artifactId >
44
- <version >3.9 .0</version >
44
+ <version >3.14 .0</version >
45
45
</dependency >
46
46
<dependency >
47
47
<groupId >com.amazonaws</groupId >
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ repositories {
41
41
42
42
ext {
43
43
springCloudFunctionVersion = " 3.0.0.BUILD-SNAPSHOT"
44
- awsLambdaEventsVersion = " 2.0.2 "
44
+ awsLambdaEventsVersion = " 3.14.0 "
45
45
awsLambdaCoreVersion = " 1.2.3"
46
46
}
47
47
ext[' reactor.version' ] = " 3.1.7.RELEASE"
Original file line number Diff line number Diff line change 23
23
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
24
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
25
25
<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>
27
27
<spring-cloud-function .version>4.3.0-SNAPSHOT</spring-cloud-function .version>
28
28
</properties >
29
29
Original file line number Diff line number Diff line change 37
37
<dependency >
38
38
<groupId >com.amazonaws</groupId >
39
39
<artifactId >aws-lambda-java-events</artifactId >
40
- <version >3.9 .0</version >
40
+ <version >3.14 .0</version >
41
41
</dependency >
42
42
<dependency >
43
43
<groupId >com.amazonaws</groupId >
Original file line number Diff line number Diff line change 23
23
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
24
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
25
25
<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>
27
27
<spring-cloud-function .version>4.3.0-SNAPSHOT</spring-cloud-function .version>
28
28
</properties >
29
29
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ repositories {
41
41
42
42
ext {
43
43
springCloudFunctionVersion = " 3.0.0.BUILD-SNAPSHOT"
44
- awsLambdaEventsVersion = " 2.0.2 "
44
+ awsLambdaEventsVersion = " 3.14.0 "
45
45
awsLambdaCoreVersion = " 1.2.3"
46
46
}
47
47
ext[' reactor.version' ] = " 3.1.7.RELEASE"
Original file line number Diff line number Diff line change 23
23
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
24
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
25
25
<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>
27
27
<spring-cloud-function .version>4.3.0-SNAPSHOT</spring-cloud-function .version>
28
28
</properties >
29
29
Original file line number Diff line number Diff line change 17
17
<java .version>17</java .version>
18
18
<spring-cloud .version>2025.0.0-SNAPSHOT</spring-cloud .version>
19
19
<wrapper .version>1.0.31.RELEASE</wrapper .version>
20
- <aws-lambda-events .version>3.9 .0</aws-lambda-events .version>
20
+ <aws-lambda-events .version>3.14 .0</aws-lambda-events .version>
21
21
<aws-lambda-java-core .version>1.2.3</aws-lambda-java-core .version>
22
22
</properties >
23
23
<dependencies >
Original file line number Diff line number Diff line change 17
17
<java .version>17</java .version>
18
18
<spring-cloud .version>2025.0.0-SNAPSHOT</spring-cloud .version>
19
19
<wrapper .version>1.0.31.RELEASE</wrapper .version>
20
- <aws-lambda-events .version>3.9 .0</aws-lambda-events .version>
20
+ <aws-lambda-events .version>3.14 .0</aws-lambda-events .version>
21
21
<aws-lambda-java-core .version>1.2.3</aws-lambda-java-core .version>
22
22
</properties >
23
23
<dependencies >
You can’t perform that action at this time.
0 commit comments