Skip to content

Commit 8447cf9

Browse files
authored
Merge pull request #880 from Particular/renovate/mongodb.driver-3.x
Update dependency MongoDB.Driver to 3.8.0
2 parents 8a588b3 + 8c4d28b commit 8447cf9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,17 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="MongoDB.Driver" Version="3.6.0" />
9+
<PackageReference Include="MongoDB.Driver" Version="3.8.0" />
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

15+
<ItemGroup Label="Direct references to transitive dependencies to avoid versions with CVE">
16+
<!-- Snappier is brought in by MongoDB.Driver - this reference can be removed when MongoDB.Driver is updated to reference latest version of Snappier -->
17+
<PackageReference Include="Snappier" Version="1.3.1" />
18+
</ItemGroup>
19+
1520
<ItemGroup>
1621
<InternalsVisibleTo Include="NServiceBus.Storage.MongoDB.PersistenceTests" />
1722
<InternalsVisibleTo Include="NServiceBus.Storage.MongoDB.Tests" />

0 commit comments

Comments
 (0)