Skip to content

Commit

Permalink
Merge pull request #478 from guitarrapc/dependabot/nuget/source/AWSSD…
Browse files Browse the repository at this point in the history
…K.S3-3.3.111.33
  • Loading branch information
dependabot-preview[bot] authored Jul 30, 2020
2 parents f2acd52 + 67f4236 commit 21e0333
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 21e0333

Please sign in to comment.