Skip to content

Commit 5adc168

Browse files
authored
Update MongoDB drivers to 2.19.0 (#2245)
* 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
1 parent 14ebbf6 commit 5adc168

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/supported-technologies.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Automatic instrumentation is supported for the following data access technologie
116116
|<<setup-auto-instrumentation, Profiler auto instrumentation>>
117117

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

122122
|Oracle added[1.12]

src/instrumentations/Elastic.Apm.MongoDb/Elastic.Apm.MongoDb.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<PackageReference Include="MongoDB.Driver.Core" Version="2.4.4" />
29+
<PackageReference Include="MongoDB.Driver.Core" Version="2.19.0" />
3030
</ItemGroup>
3131

3232
<ItemGroup>

0 commit comments

Comments
 (0)