Skip to content

Commit

Permalink
Merge pull request #3473 from jellyfin/dependabot/nuget/Moq-4.14.4
Browse files Browse the repository at this point in the history
Bump Moq from 4.14.3 to 4.14.4
  • Loading branch information
dkanada committed Jun 30, 2020
2 parents 49777f8 + 248a2d6 commit 92e7cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="coverlet.collector" Version="1.3.0" />
<PackageReference Include="Moq" Version="4.14.3" />
<PackageReference Include="Moq" Version="4.14.4" />
</ItemGroup>

<!-- Code Analyzers -->
Expand Down
Expand Up @@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="AutoFixture" Version="4.12.0" />
<PackageReference Include="AutoFixture.AutoMoq" Version="4.12.0" />
<PackageReference Include="Moq" Version="4.14.3" />
<PackageReference Include="Moq" Version="4.14.4" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="coverlet.collector" Version="1.3.0" />
Expand Down

0 comments on commit 92e7cc8

Please sign in to comment.