Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0.27" />
<PackageReference Include="AWSSDK.KeyManagementService" Version="3.7.0.28" />
</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.0.27, )",
"resolved": "3.7.0.27",
"contentHash": "A3EMn8xqjALmHGxpgS4eiFFeq19CH38imAfW1gD+W3E52BBXnaX9enmGBP+45P3Y12ydtru+cI1+XqpJgcflZw==",
"requested": "[3.7.0.28, )",
"resolved": "3.7.0.28",
"contentHash": "HMqODiadHiThLlYIjJ/ylynL0/MhtwVVs/1cwNa9Ca20TkqRupfW6raetWY813tFXkS1xVlVLyjZ99pL/GEcIg==",
"dependencies": {
"AWSSDK.Core": "[3.7.0.28, 4.0.0)"
"AWSSDK.Core": "[3.7.0.29, 4.0.0)"
}
},
"Microsoft.CodeAnalysis.CSharp.CodeStyle": {
Expand Down Expand Up @@ -44,8 +44,8 @@
},
"AWSSDK.Core": {
"type": "Transitive",
"resolved": "3.7.0.28",
"contentHash": "mSHKz7EPtfEeg2DYgqnLPE/Ra4c48q3eLxglfQQ5GGqaw4MdufQLN0sdLmoxIqvwKN8FZ8JoTXcxwYG3MUsumA==",
"resolved": "3.7.0.29",
"contentHash": "RXeNNVehUDF/hTdeOfbHjjMyt9UciPifhtcrOScKHN+04sENBGdahZjvQHb+uw7XNJuzeFWdGgvibNNRfXYyDA==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.0"
}
Expand Down
12 changes: 6 additions & 6 deletions tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,15 @@
},
"AWSSDK.Core": {
"type": "Transitive",
"resolved": "3.7.0.28",
"contentHash": "mSHKz7EPtfEeg2DYgqnLPE/Ra4c48q3eLxglfQQ5GGqaw4MdufQLN0sdLmoxIqvwKN8FZ8JoTXcxwYG3MUsumA=="
"resolved": "3.7.0.29",
"contentHash": "RXeNNVehUDF/hTdeOfbHjjMyt9UciPifhtcrOScKHN+04sENBGdahZjvQHb+uw7XNJuzeFWdGgvibNNRfXYyDA=="
},
"AWSSDK.KeyManagementService": {
"type": "Transitive",
"resolved": "3.7.0.27",
"contentHash": "A3EMn8xqjALmHGxpgS4eiFFeq19CH38imAfW1gD+W3E52BBXnaX9enmGBP+45P3Y12ydtru+cI1+XqpJgcflZw==",
"resolved": "3.7.0.28",
"contentHash": "HMqODiadHiThLlYIjJ/ylynL0/MhtwVVs/1cwNa9Ca20TkqRupfW6raetWY813tFXkS1xVlVLyjZ99pL/GEcIg==",
"dependencies": {
"AWSSDK.Core": "[3.7.0.28, 4.0.0)"
"AWSSDK.Core": "[3.7.0.29, 4.0.0)"
}
},
"Castle.Core": {
Expand Down Expand Up @@ -1729,7 +1729,7 @@
"Lambdajection.Encryption": {
"type": "Project",
"dependencies": {
"AWSSDK.KeyManagementService": "3.7.0.27",
"AWSSDK.KeyManagementService": "3.7.0.28",
"Lambdajection.Framework": "1.0.0"
}
},
Expand Down