Skip to content

Commit 6165a2a

Browse files
authored
Merge pull request #952 from Particular/renovate/mongodb.driver-3.x
Update dependency MongoDB.Driver to 3.8.1
2 parents 6e8790c + 5f5cf30 commit 6165a2a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/NServiceBus.Storage.MongoDB/NServiceBus.Storage.MongoDB.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="MongoDB.Driver" Version="3.8.0" />
9+
<PackageReference Include="MongoDB.Driver" Version="3.8.1" />
1010
<PackageReference Include="NServiceBus" Version="10.1.4" />
1111
<PackageReference Include="Particular.Obsoletes" Version="1.1.0" PrivateAssets="All" ExcludeAssets="runtime" />
1212
<PackageReference Include="Particular.Packaging" Version="4.5.0" PrivateAssets="All" />
1313
</ItemGroup>
1414

1515
<ItemGroup Label="Direct references to transitive dependencies to avoid versions with CVE">
16-
<!-- Both Snappier and SharpCompress are brought in by MongoDB.Driver -->
17-
<!-- These references can be removed when MongoDB.Driver is updated to reference the latest versions of Snappier and SharpCompress -->
16+
<!-- SharpCompress is brought in by MongoDB.Driver -->
17+
<!-- This reference can be removed when MongoDB.Driver is updated to reference the latest version of SharpCompress -->
1818
<PackageReference Include="SharpCompress" Version="0.48.0" />
19-
<PackageReference Include="Snappier" Version="1.3.1" />
2019
</ItemGroup>
2120

2221
<ItemGroup>

0 commit comments

Comments
 (0)