File tree 13 files changed +16
-16
lines changed
spring-cloud-function-kotlin
spring-cloud-function-samples
function-functional-sample-aws
function-sample-aws-custom
function-sample-aws-native
function-sample-aws-routing
function-sample-aws-serverless-web-native
function-sample-functional-aws-routing
13 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 33
33
<dependency >
34
34
<groupId >com.amazonaws</groupId >
35
35
<artifactId >aws-lambda-java-core</artifactId >
36
- <version >1.2.1 </version >
36
+ <version >1.2.3 </version >
37
37
<scope >provided</scope >
38
38
</dependency >
39
39
<dependency >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ repositories {
42
42
ext {
43
43
springCloudFunctionVersion = " 3.0.0.BUILD-SNAPSHOT"
44
44
awsLambdaEventsVersion = " 2.0.2"
45
- awsLambdaCoreVersion = " 1.1.0 "
45
+ awsLambdaCoreVersion = " 1.2.3 "
46
46
}
47
47
ext[' reactor.version' ] = " 3.1.7.RELEASE"
48
48
Original file line number Diff line number Diff line change 40
40
<dependency >
41
41
<groupId >com.amazonaws</groupId >
42
42
<artifactId >aws-lambda-java-core</artifactId >
43
- <version >1.1.0 </version >
43
+ <version >1.2.3 </version >
44
44
<scope >provided</scope >
45
45
</dependency >
46
46
<dependency >
Original file line number Diff line number Diff line change 45
45
<dependency >
46
46
<groupId >com.amazonaws</groupId >
47
47
<artifactId >aws-lambda-java-core</artifactId >
48
- <version >1.1.0 </version >
48
+ <version >1.2.3 </version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 46
46
<dependency >
47
47
<groupId >com.amazonaws</groupId >
48
48
<artifactId >aws-lambda-java-core</artifactId >
49
- <version >1.1.0 </version >
49
+ <version >1.2.3 </version >
50
50
</dependency >
51
51
52
52
<dependency >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ repositories {
42
42
ext {
43
43
springCloudFunctionVersion = " 3.0.0.BUILD-SNAPSHOT"
44
44
awsLambdaEventsVersion = " 2.0.2"
45
- awsLambdaCoreVersion = " 1.1.0 "
45
+ awsLambdaCoreVersion = " 1.2.3 "
46
46
}
47
47
ext[' reactor.version' ] = " 3.1.7.RELEASE"
48
48
Original file line number Diff line number Diff line change 45
45
<dependency >
46
46
<groupId >com.amazonaws</groupId >
47
47
<artifactId >aws-lambda-java-core</artifactId >
48
- <version >1.1.0 </version >
48
+ <version >1.2.3 </version >
49
49
<scope >provided</scope >
50
50
</dependency >
51
51
<dependency >
Original file line number Diff line number Diff line change 42
42
<dependency >
43
43
<groupId >com.amazonaws</groupId >
44
44
<artifactId >aws-lambda-java-core</artifactId >
45
- <version >1.1.0 </version >
45
+ <version >1.2.3 </version >
46
46
<scope >provided</scope >
47
47
</dependency >
48
48
149
149
</plugin >
150
150
</plugins >
151
151
</build >
152
- </project >
152
+ </project >
Original file line number Diff line number Diff line change 40
40
<dependency >
41
41
<groupId >com.amazonaws</groupId >
42
42
<artifactId >aws-lambda-java-core</artifactId >
43
- <version >1.1.0 </version >
43
+ <version >1.2.3 </version >
44
44
<scope >provided</scope >
45
45
</dependency >
46
46
<dependency >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ repositories {
42
42
ext {
43
43
springCloudFunctionVersion = " 3.0.0.BUILD-SNAPSHOT"
44
44
awsLambdaEventsVersion = " 2.0.2"
45
- awsLambdaCoreVersion = " 1.1.0 "
45
+ awsLambdaCoreVersion = " 1.2.3 "
46
46
}
47
47
ext[' reactor.version' ] = " 3.1.7.RELEASE"
48
48
Original file line number Diff line number Diff line change 49
49
<dependency >
50
50
<groupId >com.amazonaws</groupId >
51
51
<artifactId >aws-lambda-java-core</artifactId >
52
- <version >1.1.0 </version >
52
+ <version >1.2.3 </version >
53
53
<scope >provided</scope >
54
54
</dependency >
55
55
<dependency >
Original file line number Diff line number Diff line change 18
18
<spring-cloud .version>2025.0.0-SNAPSHOT</spring-cloud .version>
19
19
<wrapper .version>1.0.31.RELEASE</wrapper .version>
20
20
<aws-lambda-events .version>3.9.0</aws-lambda-events .version>
21
- <aws-lambda-java-core .version>1.1.0 </aws-lambda-java-core .version>
21
+ <aws-lambda-java-core .version>1.2.3 </aws-lambda-java-core .version>
22
22
</properties >
23
23
<dependencies >
24
24
<dependency >
37
37
<dependency >
38
38
<groupId >com.amazonaws</groupId >
39
39
<artifactId >aws-lambda-java-core</artifactId >
40
- <version >1.1.0 </version >
40
+ <version >${aws-lambda-java-core.version} </version >
41
41
<scope >provided</scope >
42
42
</dependency >
43
43
Original file line number Diff line number Diff line change 18
18
<spring-cloud .version>2025.0.0-SNAPSHOT</spring-cloud .version>
19
19
<wrapper .version>1.0.31.RELEASE</wrapper .version>
20
20
<aws-lambda-events .version>3.9.0</aws-lambda-events .version>
21
- <aws-lambda-java-core .version>1.1.0 </aws-lambda-java-core .version>
21
+ <aws-lambda-java-core .version>1.2.3 </aws-lambda-java-core .version>
22
22
</properties >
23
23
<dependencies >
24
24
<dependency >
37
37
<dependency >
38
38
<groupId >com.amazonaws</groupId >
39
39
<artifactId >aws-lambda-java-core</artifactId >
40
- <version >1.1.0 </version >
40
+ <version >${aws-lambda-java-core.version} </version >
41
41
<scope >provided</scope >
42
42
</dependency >
43
43
You can’t perform that action at this time.
0 commit comments