Skip to content

Commit

Permalink
Update dependency AWSSDK.KeyManagementService to v3.7.200.40 (#319)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 15, 2023
1 parent 41a92d2 commit 27c5c14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="AutoFixture.AutoNSubstitute" Version="4.18.0" />
<PackageReference Include="AutoFixture.NUnit3" Version="4.18.0" />
<PackageReference Include="AWSSDK.KeyManagementService" Version="3.7.200.39" />
<PackageReference Include="AWSSDK.KeyManagementService" Version="3.7.200.40" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
Expand Down
12 changes: 6 additions & 6 deletions tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
},
"AWSSDK.KeyManagementService": {
"type": "Direct",
"requested": "[3.7.200.39, )",
"resolved": "3.7.200.39",
"contentHash": "8dvGGAdduI7muDxRZkJ7lGlx0DgPS0SaxwKdekuNVyWz0yp81Rtrvbq92A77rEllvErY9j+VSETLx77/PGrUUg==",
"requested": "[3.7.200.40, )",
"resolved": "3.7.200.40",
"contentHash": "y/b8LvxnCntAj/z8HOsDHHj8Ce1nsuH4y/hIb+q8xqEYCEAbVkSlTu1609xGivlNFN67wpswNjEHnpHB9HzmwA==",
"dependencies": {
"AWSSDK.Core": "[3.7.202.8, 4.0.0)"
"AWSSDK.Core": "[3.7.202.9, 4.0.0)"
}
},
"coverlet.collector": {
Expand Down Expand Up @@ -113,8 +113,8 @@
},
"AWSSDK.Core": {
"type": "Transitive",
"resolved": "3.7.202.8",
"contentHash": "kk+NDWTA9fq3vRZcAdNinjc/QLYqZETqoYZiAoVslXDnj/e5YSJG+Br+Vdl5lmyaPw6Du0dPADcaTvf1vBrl6A=="
"resolved": "3.7.202.9",
"contentHash": "hjIewc55pKljVXx+6vX/+8u/2BRnoaFeqnQRiauKonWKh58IRA99wrSUlfTrSEqAca+lVUNyEkyt2zNsFDis1w=="
},
"Castle.Core": {
"type": "Transitive",
Expand Down

0 comments on commit 27c5c14

Please sign in to comment.