Skip to content

Commit

Permalink
chore(deps): update aws sdk (.net)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 25, 2023
1 parent fd52d91 commit 30b8e4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/AwsSignatureVersion4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.Core" Version="3.7.204" />
<PackageReference Include="AWSSDK.Core" Version="3.7.300.5" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions test/AwsSignatureVersion4.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.S3" Version="3.7.205.9" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.202.4" />
<PackageReference Include="AWSSDK.S3" Version="3.7.301" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.300.5" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 30b8e4d

Please sign in to comment.