Skip to content

Commit

Permalink
Update aws-sdk-net monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 15, 2023
1 parent eb2e07d commit aa3182a
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions examples/AwsClientFactories/AwsClientFactories.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

<ItemGroup>
<PackageReference Include="Lambdajection" Version="$(LambdajectionVersion)" />
<PackageReference Include="AWSSDK.S3" Version="3.7.0" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.0" />
<PackageReference Include="AWSSDK.S3" Version="3.7.104.15" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.102.3" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion examples/CustomRuntime/CustomRuntime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Lambdajection.Layer" Version="$(LambdajectionVersion)" />

<!-- If you don't use Lambdajection.Layer, the ready to run compiler will look for AWSSDK.Core since Lambdajection.Core has references to it -->
<PackageReference Include="AWSSDK.Core" Version="3.7.0.31" />
<PackageReference Include="AWSSDK.Core" Version="3.7.106.36" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<ItemGroup>
<PackageReference Include="Amazon.Lambda.Core" Version="2.1.0" />
<PackageReference Include="AWSSDK.Core" Version="3.7.106.9" PrivateAssets="all" />
<PackageReference Include="AWSSDK.Core" Version="3.7.106.36" PrivateAssets="all" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
Expand Down
6 changes: 3 additions & 3 deletions src/Core/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"AWSSDK.Core": {
"type": "Direct",
"requested": "[3.7.106.9, )",
"resolved": "3.7.106.9",
"contentHash": "K9+/j66LJysht1ab6BGAkOAgYNj/KNTkpWH63cOcvcim8qP51iorLUhWpxyGqE7kLC1ocsO7rvs4kZojZmUgBw==",
"requested": "[3.7.106.36, )",
"resolved": "3.7.106.36",
"contentHash": "cMQP7DG9JIC4m9BHjXIf4uKvM1b8CCzV/nMgWFMZF8wVZbEq3CSO8LDRNLXCt+pil5yt6Ed8sYwMxi6hRKUP+g==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/Encryption/Encryption.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.KeyManagementService" Version="3.7.101.77" />
<PackageReference Include="AWSSDK.KeyManagementService" Version="3.7.102.6" />
</ItemGroup>

<ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions src/Encryption/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
".NETStandard,Version=v2.1": {
"AWSSDK.KeyManagementService": {
"type": "Direct",
"requested": "[3.7.101.77, )",
"resolved": "3.7.101.77",
"contentHash": "pO75W+V7+T31fizUOpthkR/UaAPUOXH8Z0aBZvJ2LIexj4uCdn6i+Phi9WZ4Ljap3KVC8gAU1Vzezm1vRfGgAQ==",
"requested": "[3.7.102.6, )",
"resolved": "3.7.102.6",
"contentHash": "R+4tMJM5I2CETdxWq+PLKBzhoj4N6SIDzkEq7Cl51B6SFdzBxk6sOdOD3g+gH+5VjHrfxdjQE/FZQlu0fMrGGQ==",
"dependencies": {
"AWSSDK.Core": "[3.7.106.9, 4.0.0)"
"AWSSDK.Core": "[3.7.106.36, 4.0.0)"
}
},
"Microsoft.SourceLink.GitHub": {
Expand Down Expand Up @@ -38,8 +38,8 @@
},
"AWSSDK.Core": {
"type": "Transitive",
"resolved": "3.7.106.9",
"contentHash": "K9+/j66LJysht1ab6BGAkOAgYNj/KNTkpWH63cOcvcim8qP51iorLUhWpxyGqE7kLC1ocsO7rvs4kZojZmUgBw==",
"resolved": "3.7.106.36",
"contentHash": "cMQP7DG9JIC4m9BHjXIf4uKvM1b8CCzV/nMgWFMZF8wVZbEq3CSO8LDRNLXCt+pil5yt6Ed8sYwMxi6hRKUP+g==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.S3" Version="3.7.0" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.0" />
<PackageReference Include="AWSSDK.S3" Version="3.7.104.15" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.102.3" />
<PackageReference Include="Lambdajection" Version="$(LambdajectionVersion)" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.S3" Version="3.7.0" />
<PackageReference Include="AWSSDK.S3" Version="3.7.104.15" />
<PackageReference Include="NSubstitute" Version="4.2.2" />
<PackageReference Include="Lambdajection" Version="$(LambdajectionVersion)" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

<ItemGroup>
<PackageReference Include="AutoFixture.AutoNSubstitute" Version="4.17.0" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.1.18" />
<PackageReference Include="AWSSDK.S3" Version="3.7.1" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.102.3" />
<PackageReference Include="AWSSDK.S3" Version="3.7.104.15" />
<PackageReference Include="AutoFixture.NUnit3" Version="4.17.0" />
<PackageReference Include="coverlet.collector" Version="3.1.0" PrivateAssets="all" />
<PackageReference Include="FluentAssertions" Version="5.10.3" />
Expand Down
28 changes: 14 additions & 14 deletions tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
},
"AWSSDK.S3": {
"type": "Direct",
"requested": "[3.7.1, )",
"resolved": "3.7.1",
"contentHash": "GhUxyqLDVNj0qubAmHuytZ5P68yT1PTnV5Phig6WziPgOTVrGJfgSx9cw6L5KSZxEGIZNXwuIaVCYA6N8v5kLQ==",
"requested": "[3.7.104.15, )",
"resolved": "3.7.104.15",
"contentHash": "6MOTtcZeG6n2/ETSJD2kuvRaMarKB+cwIFzumBNihVRnBciOAFJf/f538F8nvWxss2ZRYhsqeNkzeQEnlKmPrQ==",
"dependencies": {
"AWSSDK.Core": "[3.7.0.31, 4.0.0)"
"AWSSDK.Core": "[3.7.106.36, 4.0.0)"
}
},
"AWSSDK.SecurityToken": {
"type": "Direct",
"requested": "[3.7.1.18, )",
"resolved": "3.7.1.18",
"contentHash": "4wNDK3Pk2hmDLYYMOehobrURP9PCw7lvzNB+ShknLwkIn9k3B7KIGqZRhDeszHt7ckkMcvJux6vfNo8euNhNOw==",
"requested": "[3.7.102.3, )",
"resolved": "3.7.102.3",
"contentHash": "slYapaNqGPliXLs3SZ1ZNsTBn7E/aYwv7MWMgdd+P65AGYBb3chJPeyno4Nbk1YACtd9YGSz/jvk13GWG9OeUA==",
"dependencies": {
"AWSSDK.Core": "[3.7.0.31, 4.0.0)"
"AWSSDK.Core": "[3.7.106.36, 4.0.0)"
}
},
"coverlet.collector": {
Expand Down Expand Up @@ -200,15 +200,15 @@
},
"AWSSDK.Core": {
"type": "Transitive",
"resolved": "3.7.106.9",
"contentHash": "K9+/j66LJysht1ab6BGAkOAgYNj/KNTkpWH63cOcvcim8qP51iorLUhWpxyGqE7kLC1ocsO7rvs4kZojZmUgBw=="
"resolved": "3.7.106.36",
"contentHash": "cMQP7DG9JIC4m9BHjXIf4uKvM1b8CCzV/nMgWFMZF8wVZbEq3CSO8LDRNLXCt+pil5yt6Ed8sYwMxi6hRKUP+g=="
},
"AWSSDK.KeyManagementService": {
"type": "Transitive",
"resolved": "3.7.101.77",
"contentHash": "pO75W+V7+T31fizUOpthkR/UaAPUOXH8Z0aBZvJ2LIexj4uCdn6i+Phi9WZ4Ljap3KVC8gAU1Vzezm1vRfGgAQ==",
"resolved": "3.7.102.6",
"contentHash": "R+4tMJM5I2CETdxWq+PLKBzhoj4N6SIDzkEq7Cl51B6SFdzBxk6sOdOD3g+gH+5VjHrfxdjQE/FZQlu0fMrGGQ==",
"dependencies": {
"AWSSDK.Core": "[3.7.106.9, 4.0.0)"
"AWSSDK.Core": "[3.7.106.36, 4.0.0)"
}
},
"Castle.Core": {
Expand Down Expand Up @@ -1416,7 +1416,7 @@
"Lambdajection.Encryption": {
"type": "Project",
"dependencies": {
"AWSSDK.KeyManagementService": "[3.7.101.77, )",
"AWSSDK.KeyManagementService": "[3.7.102.6, )",
"Lambdajection.Framework": "[1.0.0, )"
}
},
Expand Down

0 comments on commit aa3182a

Please sign in to comment.