Skip to content

Commit

Permalink
Merge pull request imgbot#631 from dabutvin/dependabot/nuget/Octokit-…
Browse files Browse the repository at this point in the history
…0.47.0

Bump Octokit from 0.46.0 to 0.47.0
  • Loading branch information
dabutvin committed May 10, 2020
2 parents 4c84b38 + fe738ab commit b105e73
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CompressImagesFunction/CompressImagesFunction.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="LibGit2Sharp" Version="0.26.2" />
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="7.17.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="3.0.1" />
<PackageReference Include="Octokit" Version="0.46.0" />
<PackageReference Include="Octokit" Version="0.47.0" />
<PackageReference Include="WindowsAzure.Storage" Version="9.3.2" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Octokit" Version="0.46.0" />
<PackageReference Include="Octokit" Version="0.47.0" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="1.0.24" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="3.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion MarketplaceSyncFunction/MarketplaceSyncFunction.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Octokit" Version="0.46.0" />
<PackageReference Include="Octokit" Version="0.47.0" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="1.0.24" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion OpenPrFunction/OpenPrFunction.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Octokit" Version="0.46.0" />
<PackageReference Include="Octokit" Version="0.47.0" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="1.0.24" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="3.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion PrPoisonHandler/PrPoisonHandler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="1.0.24" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Octokit" Version="0.46.0" />
<PackageReference Include="Octokit" Version="0.47.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="3.0.1" />
</ItemGroup>

Expand Down

0 comments on commit b105e73

Please sign in to comment.