Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #129 from codecov/dependabot/nuget/Source/develop/…
Browse files Browse the repository at this point in the history
…Glob-1.1.8

Bump Glob from 1.1.6 to 1.1.8 in /Source
  • Loading branch information
AdmiringWorm authored Sep 7, 2020
2 parents b6eabc4 + 372bb49 commit e6b5d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Codecov.Tool/Codecov.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<Import Project="../Codecov/Codecov.csproj" />
<ItemGroup>
<PackageReference Update="CommandLineParser" Version="2.8.0" />
<PackageReference Update="Glob" Version="1.1.6" />
<PackageReference Update="Glob" Version="1.1.8" />
<PackageReference Update="JetBrains.Annotations" Version="2020.1.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Source/Codecov/Codecov.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="Glob" Version="1.1.6" />
<PackageReference Include="Glob" Version="1.1.8" />
<PackageReference Include="JetBrains.Annotations" Version="2020.1.0" />
<PackageReference Include="Serilog" Version="2.9.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
Expand Down

0 comments on commit e6b5d0b

Please sign in to comment.