Skip to content

Commit 3e7ba72

Browse files
authored
📦 Automatic update of AWSSDK.KeyManagementService to 3.7.0.28 (#350)
1 parent 208aeef commit 3e7ba72

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

src/Encryption/Encryption.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="AWSSDK.KeyManagementService" Version="3.7.0.27" />
14+
<PackageReference Include="AWSSDK.KeyManagementService" Version="3.7.0.28" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

src/Encryption/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
".NETStandard,Version=v2.1": {
55
"AWSSDK.KeyManagementService": {
66
"type": "Direct",
7-
"requested": "[3.7.0.27, )",
8-
"resolved": "3.7.0.27",
9-
"contentHash": "A3EMn8xqjALmHGxpgS4eiFFeq19CH38imAfW1gD+W3E52BBXnaX9enmGBP+45P3Y12ydtru+cI1+XqpJgcflZw==",
7+
"requested": "[3.7.0.28, )",
8+
"resolved": "3.7.0.28",
9+
"contentHash": "HMqODiadHiThLlYIjJ/ylynL0/MhtwVVs/1cwNa9Ca20TkqRupfW6raetWY813tFXkS1xVlVLyjZ99pL/GEcIg==",
1010
"dependencies": {
11-
"AWSSDK.Core": "[3.7.0.28, 4.0.0)"
11+
"AWSSDK.Core": "[3.7.0.29, 4.0.0)"
1212
}
1313
},
1414
"Microsoft.CodeAnalysis.CSharp.CodeStyle": {
@@ -44,8 +44,8 @@
4444
},
4545
"AWSSDK.Core": {
4646
"type": "Transitive",
47-
"resolved": "3.7.0.28",
48-
"contentHash": "mSHKz7EPtfEeg2DYgqnLPE/Ra4c48q3eLxglfQQ5GGqaw4MdufQLN0sdLmoxIqvwKN8FZ8JoTXcxwYG3MUsumA==",
47+
"resolved": "3.7.0.29",
48+
"contentHash": "RXeNNVehUDF/hTdeOfbHjjMyt9UciPifhtcrOScKHN+04sENBGdahZjvQHb+uw7XNJuzeFWdGgvibNNRfXYyDA==",
4949
"dependencies": {
5050
"Microsoft.Bcl.AsyncInterfaces": "1.1.0"
5151
}

tests/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,10 @@
233233
},
234234
"AWSSDK.KeyManagementService": {
235235
"type": "Transitive",
236-
"resolved": "3.7.0.27",
237-
"contentHash": "A3EMn8xqjALmHGxpgS4eiFFeq19CH38imAfW1gD+W3E52BBXnaX9enmGBP+45P3Y12ydtru+cI1+XqpJgcflZw==",
236+
"resolved": "3.7.0.28",
237+
"contentHash": "HMqODiadHiThLlYIjJ/ylynL0/MhtwVVs/1cwNa9Ca20TkqRupfW6raetWY813tFXkS1xVlVLyjZ99pL/GEcIg==",
238238
"dependencies": {
239-
"AWSSDK.Core": "[3.7.0.28, 4.0.0)"
239+
"AWSSDK.Core": "[3.7.0.29, 4.0.0)"
240240
}
241241
},
242242
"Castle.Core": {
@@ -1721,7 +1721,7 @@
17211721
"Lambdajection.Encryption": {
17221722
"type": "Project",
17231723
"dependencies": {
1724-
"AWSSDK.KeyManagementService": "3.7.0.27",
1724+
"AWSSDK.KeyManagementService": "3.7.0.28",
17251725
"Lambdajection.Framework": "1.0.0"
17261726
}
17271727
},

0 commit comments

Comments
 (0)