diff options
| author | Bond-009 <bond.009@outlook.com> | 2022-02-28 16:12:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-28 16:12:16 +0100 |
| commit | cd4d51a515e119a49288fa401689ffa8fdddb7c5 (patch) | |
| tree | 56fdf26e1b4859e9b8a542fbb040e89bde89babb /tests/Jellyfin.MediaEncoding.Tests | |
| parent | f1808f6ae41d9f767dc7d9b57c7f586cd6852eaf (diff) | |
| parent | ee24b85f49329a1bde34c366485f167836f2cb84 (diff) | |
Merge pull request #7371 from jellyfin/dependabot/nuget/Moq-4.17.1
Diffstat (limited to 'tests/Jellyfin.MediaEncoding.Tests')
| -rw-r--r-- | tests/Jellyfin.MediaEncoding.Tests/Jellyfin.MediaEncoding.Tests.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.MediaEncoding.Tests/Jellyfin.MediaEncoding.Tests.csproj b/tests/Jellyfin.MediaEncoding.Tests/Jellyfin.MediaEncoding.Tests.csproj index 7a1d88ca6..7803e49e1 100644 --- a/tests/Jellyfin.MediaEncoding.Tests/Jellyfin.MediaEncoding.Tests.csproj +++ b/tests/Jellyfin.MediaEncoding.Tests/Jellyfin.MediaEncoding.Tests.csproj @@ -23,7 +23,7 @@ <PackageReference Include="AutoFixture.Xunit2" Version="4.17.0" /> <PackageReference Include="coverlet.collector" Version="3.1.2" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" /> - <PackageReference Include="Moq" Version="4.16.1" /> + <PackageReference Include="Moq" Version="4.17.1" /> <PackageReference Include="xunit" Version="2.4.1" /> <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" /> </ItemGroup> |
