Skip to content

Commit 85b4994

Browse files
authored
Bump MongoDB.Driver to non-vulnerable version (#185)
1 parent 11b2612 commit 85b4994

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

Directory.Build.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,10 @@
5252
<PackageReference Include="CSharpGuidelinesAnalyzer" Version="3.8.*" PrivateAssets="All" />
5353
<AdditionalFiles Include="$(MSBuildThisFileDirectory)CSharpGuidelinesAnalyzer.config" Visible="False" />
5454
</ItemGroup>
55+
56+
<ItemGroup>
57+
<!-- MongoDB.Driver is unaffected, according to https://github.com/mongodb/mongo-csharp-driver/releases/tag/v3.8.1 -->
58+
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-6c8g-7p36-r338" />
59+
</ItemGroup>
60+
5561
</Project>

package-versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<!-- Published dependencies (only update on major version change) -->
44
<JsonApiDotNetCoreFrozenVersion>5.10.0</JsonApiDotNetCoreFrozenVersion>
5-
<MongoDBDriverFrozenVersion>3.3.0</MongoDBDriverFrozenVersion>
5+
<MongoDBDriverFrozenVersion>3.8.1</MongoDBDriverFrozenVersion>
66

77
<!-- Non-published dependencies (these are safe to update, won't cause a breaking change) -->
88
<BogusVersion>35.6.*</BogusVersion>
@@ -11,7 +11,7 @@
1111
<FluentAssertionsVersion>7.2.*</FluentAssertionsVersion>
1212
<GitHubActionsTestLoggerVersion>3.0.*</GitHubActionsTestLoggerVersion>
1313
<InheritDocVersion>2.0.*</InheritDocVersion>
14-
<MongoDBDriverVersion>3.5.*</MongoDBDriverVersion>
14+
<MongoDBDriverVersion>3.8.*</MongoDBDriverVersion>
1515
<TestSdkVersion>18.5.*</TestSdkVersion>
1616
<XunitVersion>2.9.*</XunitVersion>
1717
<XunitVisualStudioVersion>3.1.*</XunitVisualStudioVersion>

0 commit comments

Comments
 (0)