From 738792f542be9d50a3980d48052cf43686616bac Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Thu, 15 Aug 2024 17:20:50 +0200 Subject: [PATCH] Update MongoDB drivers to latest 1.28.0 (#2419) To address breaking changes https://www.mongodb.com/docs/drivers/csharp/current/upgrade/#std-label-csharp-breaking-changes-2.28.0 --- .../Elastic.Apm.MongoDb/Elastic.Apm.MongoDb.csproj | 2 +- .../Elastic.Apm.MongoDb.Tests/Elastic.Apm.MongoDb.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/instrumentations/Elastic.Apm.MongoDb/Elastic.Apm.MongoDb.csproj b/src/instrumentations/Elastic.Apm.MongoDb/Elastic.Apm.MongoDb.csproj index f7917c00a..775bb6e84 100644 --- a/src/instrumentations/Elastic.Apm.MongoDb/Elastic.Apm.MongoDb.csproj +++ b/src/instrumentations/Elastic.Apm.MongoDb/Elastic.Apm.MongoDb.csproj @@ -26,7 +26,7 @@ - + diff --git a/test/instrumentations/Elastic.Apm.MongoDb.Tests/Elastic.Apm.MongoDb.Tests.csproj b/test/instrumentations/Elastic.Apm.MongoDb.Tests/Elastic.Apm.MongoDb.Tests.csproj index 9113e3f48..5af0c3ce3 100644 --- a/test/instrumentations/Elastic.Apm.MongoDb.Tests/Elastic.Apm.MongoDb.Tests.csproj +++ b/test/instrumentations/Elastic.Apm.MongoDb.Tests/Elastic.Apm.MongoDb.Tests.csproj @@ -4,7 +4,7 @@ - +