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 55 <AWSProjectType >Lambda</AWSProjectType >
66 </PropertyGroup >
77 <ItemGroup >
8- <PackageReference Include =" Newtonsoft.Json" Version =" 12 .0.3 " />
8+ <PackageReference Include =" Newtonsoft.Json" Version =" 13 .0.1 " />
99 <PackageReference Include =" Amazon.Lambda.Core" Version =" 1.1.0" />
1010 <PackageReference Include =" Amazon.Lambda.SQSEvents" Version =" 1.1.0" />
1111 <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 {
1616 implementation ' com.amazonaws:aws-xray-recorder-sdk-aws-sdk-v2-instrumentor'
1717 implementation ' com.amazonaws:aws-lambda-java-core:1.2.1'
1818 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 '
2020 implementation ' org.apache.logging.log4j:log4j-api:[2.17.1,)'
2121 implementation ' org.apache.logging.log4j:log4j-core:[2.17.1,)'
2222 runtimeOnly ' org.apache.logging.log4j:log4j-slf4j18-impl:[2.17.1,)'
Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >com.google.code.gson</groupId >
3232 <artifactId >gson</artifactId >
33- <version >2.8.6 </version >
33+ <version >2.8.9 </version >
3434 </dependency >
3535 <dependency >
3636 <groupId >org.apache.logging.log4j</groupId >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88
99dependencies {
1010 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 '
1212 testImplementation ' org.apache.logging.log4j:log4j-api:[2.17.1,)'
1313 testImplementation ' org.apache.logging.log4j:log4j-core:[2.17.1,)'
1414 testImplementation ' org.apache.logging.log4j:log4j-slf4j18-impl:[2.17.1,)'
Original file line number Diff line number Diff line change 2020 <dependency >
2121 <groupId >com.google.code.gson</groupId >
2222 <artifactId >gson</artifactId >
23- <version >2.8.6 </version >
23+ <version >2.8.9 </version >
2424 </dependency >
2525 <dependency >
2626 <groupId >org.apache.logging.log4j</groupId >
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ dependencies {
1010 implementation platform(' com.amazonaws:aws-xray-recorder-sdk-bom:2.4.0' )
1111 implementation ' com.amazonaws:aws-lambda-java-core:1.2.1'
1212 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 '
1414 implementation ' com.amazonaws:aws-java-sdk-kinesis:1.11.578'
1515 implementation ' com.amazonaws:aws-java-sdk-dynamodb:1.11.578'
1616 implementation ' com.amazonaws:aws-xray-recorder-sdk-core'
1717 implementation ' com.amazonaws:aws-xray-recorder-sdk-aws-sdk'
1818 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 '
2020 implementation ' org.apache.logging.log4j:log4j-api:[2.17.1,)'
2121 implementation ' org.apache.logging.log4j:log4j-core:[2.17.1,)'
2222 implementation ' org.apache.logging.log4j:log4j-slf4j18-impl:[2.17.1,)'
Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >com.google.code.gson</groupId >
3232 <artifactId >gson</artifactId >
33- <version >2.8.6 </version >
33+ <version >2.8.9 </version >
3434 </dependency >
3535 <dependency >
3636 <groupId >org.apache.logging.log4j</groupId >
5050 <dependency >
5151 <groupId >com.amazonaws</groupId >
5252 <artifactId >aws-java-sdk-s3</artifactId >
53- <version >1.11.578 </version >
53+ <version >1.12.261 </version >
5454 </dependency >
5555 <dependency >
5656 <groupId >com.amazonaws</groupId >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99dependencies {
1010 implementation ' com.amazonaws:aws-lambda-java-core:1.2.1'
1111 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 '
1313 implementation ' org.apache.logging.log4j:log4j-api:[2.17.1,)'
1414 implementation ' org.apache.logging.log4j:log4j-core:[2.17.1,)'
1515 implementation ' org.apache.logging.log4j:log4j-slf4j18-impl:[2.17.1,)'
Original file line number Diff line number Diff line change 2525 <dependency >
2626 <groupId >com.google.code.gson</groupId >
2727 <artifactId >gson</artifactId >
28- <version >2.8.6 </version >
28+ <version >2.8.9 </version >
2929 </dependency >
3030 <dependency >
3131 <groupId >org.apache.logging.log4j</groupId >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
1919 implementation ' com.amazonaws:aws-xray-recorder-sdk-core'
2020 implementation ' com.amazonaws:aws-xray-recorder-sdk-aws-sdk'
2121 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 '
2323 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.6.0'
2424 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.6.0'
2525}
You can’t perform that action at this time.
0 commit comments