Skip to content

Commit

Permalink
Bump AWSSDK.S3 from 3.3.111.32 to 3.3.111.33 in /source
Browse files Browse the repository at this point in the history
Bumps [AWSSDK.S3](https://github.com/aws/aws-sdk-net) from 3.3.111.32 to 3.3.111.33.
- [Release notes](https://github.com/aws/aws-sdk-net/releases)
- [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Jul 30, 2020
1 parent f2acd52 commit 67f4236
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/S3Sync.BenchmarkCore/S3Sync.BenchmarkCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="AWSSDK.Core" Version="3.3.107.31" />
<PackageReference Include="BenchmarkDotNet" Version="0.12.1" />
<PackageReference Include="AWSSDK.S3" Version="3.3.111.32" />
<PackageReference Include="AWSSDK.S3" Version="3.3.111.33" />
<PackageReference Include="BenchmarkDotNet.Core" Version="0.10.14" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion source/S3Sync.Core/S3Sync.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="AWSSDK.Core" Version="3.3.107.31" />
<PackageReference Include="AWSSDK.S3" Version="3.3.111.32" />
<PackageReference Include="AWSSDK.S3" Version="3.3.111.33" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="AWSSDK.S3" Version="3.3.111.32" />
<PackageReference Include="AWSSDK.S3" Version="3.3.111.33" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 67f4236

Please sign in to comment.