File tree 10 files changed +10
-10
lines changed
powertools-examples-batch
powertools-examples-cloudformation
powertools-examples-idempotency
powertools-examples-parameters
powertools-examples-serialization
powertools-examples-validation
10 files changed +10
-10
lines changed 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-core</artifactId >
40
- <version >1.2.2 </version >
40
+ <version >1.2.3 </version >
41
41
</dependency >
42
42
<dependency >
43
43
<groupId >software.amazon.awssdk</groupId >
Original file line number Diff line number Diff line change 14
14
<maven .compiler.source>1.8</maven .compiler.source>
15
15
<maven .compiler.target>1.8</maven .compiler.target>
16
16
<maven .deploy.skip>true</maven .deploy.skip>
17
- <lambda .core.version>1.2.2 </lambda .core.version>
17
+ <lambda .core.version>1.2.3 </lambda .core.version>
18
18
<lambda .events.version>3.11.2</lambda .events.version>
19
19
<aws .sdk.version>2.20.127</aws .sdk.version>
20
20
</properties >
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >com.amazonaws</groupId >
37
37
<artifactId >aws-lambda-java-core</artifactId >
38
- <version >1.2.2 </version >
38
+ <version >1.2.3 </version >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >com.amazonaws</groupId >
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >com.amazonaws</groupId >
37
37
<artifactId >aws-lambda-java-core</artifactId >
38
- <version >1.2.2 </version >
38
+ <version >1.2.3 </version >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >com.amazonaws</groupId >
Original file line number Diff line number Diff line change 48
48
<dependency >
49
49
<groupId >com.amazonaws</groupId >
50
50
<artifactId >aws-lambda-java-core</artifactId >
51
- <version >1.2.2 </version >
51
+ <version >1.2.3 </version >
52
52
</dependency >
53
53
<dependency >
54
54
<groupId >com.amazonaws</groupId >
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-core</artifactId >
30
- <version >1.2.2 </version >
30
+ <version >1.2.3 </version >
31
31
</dependency >
32
32
<dependency >
33
33
<groupId >com.amazonaws</groupId >
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-core</artifactId >
30
- <version >1.2.2 </version >
30
+ <version >1.2.3 </version >
31
31
</dependency >
32
32
<dependency >
33
33
<groupId >com.amazonaws</groupId >
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.2 </version >
36
+ <version >1.2.3 </version >
37
37
</dependency >
38
38
<dependency >
39
39
<groupId >com.amazonaws</groupId >
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-core</artifactId >
44
- <version >1.2.2 </version >
44
+ <version >1.2.3 </version >
45
45
</dependency >
46
46
47
47
<!-- Test dependencies -->
Original file line number Diff line number Diff line change 80
80
<aws .xray.recorder.version>2.14.0</aws .xray.recorder.version>
81
81
<payloadoffloading-common .version>2.1.3</payloadoffloading-common .version>
82
82
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
83
- <lambda .core.version>1.2.2 </lambda .core.version>
83
+ <lambda .core.version>1.2.3 </lambda .core.version>
84
84
<lambda .events.version>3.11.2</lambda .events.version>
85
85
<lambda .serial.version>1.1.2</lambda .serial.version>
86
86
<maven-compiler-plugin .version>3.11.0</maven-compiler-plugin .version>
You can’t perform that action at this time.
0 commit comments