diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-10-26 07:17:42 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-26 07:17:42 -0600 |
| commit | 2d8b375a648d6c69796aedcbfe55591468273f60 (patch) | |
| tree | 1d6395ab0a62bf5d6dc10ac3db787b5f53aa6a09 /fuzz/Emby.Server.Implementations.Fuzz | |
| parent | 260346c24b02a2878201c9c5de69aea4f50350e9 (diff) | |
| parent | 790f67aac11e5c32bad19126d4e35b2afa259006 (diff) | |
Merge branch 'master' into renovate/dotnet-monorepo
Diffstat (limited to 'fuzz/Emby.Server.Implementations.Fuzz')
| -rw-r--r-- | fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj b/fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj index 7cd98c29a..81c8f2ba9 100644 --- a/fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj +++ b/fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj @@ -18,7 +18,7 @@ <ItemGroup> <PackageReference Include="AutoFixture" Version="4.17.0" /> <PackageReference Include="AutoFixture.AutoMoq" Version="4.17.0" /> - <PackageReference Include="Moq" Version="4.16.1" /> + <PackageReference Include="Moq" Version="4.18.2" /> <PackageReference Include="SharpFuzz" Version="1.6.2" /> </ItemGroup> |
