Skip to content

Commit

Permalink
Update MongoDB drivers to 2.19.0 (#2245)
Browse files Browse the repository at this point in the history
* Update MongoDB drivers to 2.19.0

Since previous versions to this have a known CVE lodged against them.

See: https://security.snyk.io/vuln/SNYK-DOTNET-MONGODBDRIVER-3329316

* update mongodriver minumum supported version documentation
  • Loading branch information
Mpdreamz authored Jan 8, 2024
1 parent 14ebbf6 commit 5adc168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/supported-technologies.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Automatic instrumentation is supported for the following data access technologie
|<<setup-auto-instrumentation, Profiler auto instrumentation>>

|MongoDB added[1.9]
|MongoDB.Driver 2.4.4+
|MongoDB.Driver 2.19.0+
|<<setup-mongo-db, NuGet package>>

|Oracle added[1.12]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MongoDB.Driver.Core" Version="2.4.4" />
<PackageReference Include="MongoDB.Driver.Core" Version="2.19.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5adc168

Please sign in to comment.