File tree Expand file tree Collapse file tree 11 files changed +13
-13
lines changed
blank-csharp/src/blank-csharp Expand file tree Collapse file tree 11 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 5
5
<AWSProjectType >Lambda</AWSProjectType >
6
6
</PropertyGroup >
7
7
<ItemGroup >
8
- <PackageReference Include =" Newtonsoft.Json" Version =" 12 .0.3 " />
8
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13 .0.1 " />
9
9
<PackageReference Include =" Amazon.Lambda.Core" Version =" 1.1.0" />
10
10
<PackageReference Include =" Amazon.Lambda.SQSEvents" Version =" 1.1.0" />
11
11
<PackageReference Include =" Amazon.Lambda.Serialization.Json" Version =" 1.7.0" />
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
16
16
implementation ' com.amazonaws:aws-xray-recorder-sdk-aws-sdk-v2-instrumentor'
17
17
implementation ' com.amazonaws:aws-lambda-java-core:1.2.1'
18
18
implementation ' com.amazonaws:aws-lambda-java-events:2.2.9'
19
- implementation ' com.google.code.gson:gson:2.8.6 '
19
+ implementation ' com.google.code.gson:gson:2.8.9 '
20
20
implementation ' org.apache.logging.log4j:log4j-api:[2.17.1,)'
21
21
implementation ' org.apache.logging.log4j:log4j-core:[2.17.1,)'
22
22
runtimeOnly ' org.apache.logging.log4j:log4j-slf4j18-impl:[2.17.1,)'
Original file line number Diff line number Diff line change 30
30
<dependency >
31
31
<groupId >com.google.code.gson</groupId >
32
32
<artifactId >gson</artifactId >
33
- <version >2.8.6 </version >
33
+ <version >2.8.9 </version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >org.apache.logging.log4j</groupId >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
9
9
dependencies {
10
10
implementation ' com.amazonaws:aws-lambda-java-core:1.2.1'
11
- implementation ' com.google.code.gson:gson:2.8.6 '
11
+ implementation ' com.google.code.gson:gson:2.8.9 '
12
12
testImplementation ' org.apache.logging.log4j:log4j-api:[2.17.1,)'
13
13
testImplementation ' org.apache.logging.log4j:log4j-core:[2.17.1,)'
14
14
testImplementation ' org.apache.logging.log4j:log4j-slf4j18-impl:[2.17.1,)'
Original file line number Diff line number Diff line change 20
20
<dependency >
21
21
<groupId >com.google.code.gson</groupId >
22
22
<artifactId >gson</artifactId >
23
- <version >2.8.6 </version >
23
+ <version >2.8.9 </version >
24
24
</dependency >
25
25
<dependency >
26
26
<groupId >org.apache.logging.log4j</groupId >
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ dependencies {
10
10
implementation platform(' com.amazonaws:aws-xray-recorder-sdk-bom:2.4.0' )
11
11
implementation ' com.amazonaws:aws-lambda-java-core:1.2.1'
12
12
implementation ' com.amazonaws:aws-lambda-java-events:2.2.9'
13
- implementation ' com.amazonaws:aws-java-sdk-s3:1.11.578 '
13
+ implementation ' com.amazonaws:aws-java-sdk-s3:1.12.261 '
14
14
implementation ' com.amazonaws:aws-java-sdk-kinesis:1.11.578'
15
15
implementation ' com.amazonaws:aws-java-sdk-dynamodb:1.11.578'
16
16
implementation ' com.amazonaws:aws-xray-recorder-sdk-core'
17
17
implementation ' com.amazonaws:aws-xray-recorder-sdk-aws-sdk'
18
18
implementation ' com.amazonaws:aws-xray-recorder-sdk-aws-sdk-instrumentor'
19
- implementation ' com.google.code.gson:gson:2.8.6 '
19
+ implementation ' com.google.code.gson:gson:2.8.9 '
20
20
implementation ' org.apache.logging.log4j:log4j-api:[2.17.1,)'
21
21
implementation ' org.apache.logging.log4j:log4j-core:[2.17.1,)'
22
22
implementation ' org.apache.logging.log4j:log4j-slf4j18-impl:[2.17.1,)'
Original file line number Diff line number Diff line change 30
30
<dependency >
31
31
<groupId >com.google.code.gson</groupId >
32
32
<artifactId >gson</artifactId >
33
- <version >2.8.6 </version >
33
+ <version >2.8.9 </version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >org.apache.logging.log4j</groupId >
50
50
<dependency >
51
51
<groupId >com.amazonaws</groupId >
52
52
<artifactId >aws-java-sdk-s3</artifactId >
53
- <version >1.11.578 </version >
53
+ <version >1.12.261 </version >
54
54
</dependency >
55
55
<dependency >
56
56
<groupId >com.amazonaws</groupId >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
9
9
dependencies {
10
10
implementation ' com.amazonaws:aws-lambda-java-core:1.2.1'
11
11
implementation ' com.amazonaws:aws-lambda-java-events:3.9.0'
12
- implementation ' com.google.code.gson:gson:2.8.6 '
12
+ implementation ' com.google.code.gson:gson:2.8.9 '
13
13
implementation ' org.apache.logging.log4j:log4j-api:[2.17.1,)'
14
14
implementation ' org.apache.logging.log4j:log4j-core:[2.17.1,)'
15
15
implementation ' org.apache.logging.log4j:log4j-slf4j18-impl:[2.17.1,)'
Original file line number Diff line number Diff line change 25
25
<dependency >
26
26
<groupId >com.google.code.gson</groupId >
27
27
<artifactId >gson</artifactId >
28
- <version >2.8.6 </version >
28
+ <version >2.8.9 </version >
29
29
</dependency >
30
30
<dependency >
31
31
<groupId >org.apache.logging.log4j</groupId >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
19
19
implementation ' com.amazonaws:aws-xray-recorder-sdk-core'
20
20
implementation ' com.amazonaws:aws-xray-recorder-sdk-aws-sdk'
21
21
implementation ' com.amazonaws:aws-xray-recorder-sdk-aws-sdk-instrumentor'
22
- implementation ' com.google.code.gson:gson:2.8.6 '
22
+ implementation ' com.google.code.gson:gson:2.8.9 '
23
23
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.6.0'
24
24
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.6.0'
25
25
}
You can’t perform that action at this time.
0 commit comments