diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-09-09 07:39:21 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-09 07:39:21 -0600 |
| commit | 74e40ebdb58deed36c6cdcc522b0d9e41b6bddc2 (patch) | |
| tree | 860101c52e7b7e20a8c7be4c080d3b740f2a07b1 /tests/Jellyfin.MediaEncoding.Tests | |
| parent | 72ec1fafe062344eac50e36763c3f63b7bf2146f (diff) | |
| parent | 1be9eb13ef9e466df30dff5626b7b378a4ec96c7 (diff) | |
Merge pull request #8268 from jellyfin/dependabot/nuget/Moq-4.18.2
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 0e0f0490b..b0443b5f8 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.3.1" /> - <PackageReference Include="Moq" Version="4.18.1" /> + <PackageReference Include="Moq" Version="4.18.2" /> <PackageReference Include="xunit" Version="2.4.1" /> <PackageReference Include="xunit.runner.visualstudio" Version="2.4.5"> <PrivateAssets>all</PrivateAssets> |
