Skip to content

Commit ad1d826

Browse files
ffissorepapafe
authored andcommitted
CSHARP-6034: Update Snappier to fix a security issue (#1989)
Co-authored-by: Ferdinando Papale <4850119+papafe@users.noreply.github.com>
1 parent ae7cef9 commit ad1d826

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/MongoDB.Driver/MongoDB.Driver.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
<PackageReference Include="DnsClient" Version="1.6.1" />
2424
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.0.0" />
2525
<PackageReference Include="SharpCompress" Version="0.30.1" />
26-
<PackageReference Include="Snappier" Version="1.0.0" />
26+
<PackageReference Include="Snappier" Version="1.3.1" />
2727
<PackageReference Include="ZstdSharp.Port" Version="0.7.3" />
28-
<PackageReference Include="System.Buffers" Version="4.5.1" />
28+
<PackageReference Include="System.Buffers" Version="4.6.1" />
2929
</ItemGroup>
3030

3131
<ItemGroup Condition="'$(TargetFramework)' == 'net472' OR '$(TargetFramework)' == 'netstandard2.1'">

0 commit comments

Comments
 (0)