From ece0a86879c89e9b8b04781b739cefad13937f1a Mon Sep 17 00:00:00 2001 From: nidhi-fr <135116193+nidhi-fr@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:22:33 +0530 Subject: [PATCH] Uplifted necessary mongo dependencies in EIB for adaptation to MongoDB v6 (#562) * Uplifted necessary mongo dependencies in EIB for adaptation to MongoDB v6. --------- Co-authored-by: Soteria Kommathoty --- pom.xml | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index d11cf1b73..b26801ad1 100644 --- a/pom.xml +++ b/pom.xml @@ -155,16 +155,23 @@ - org.mongodb - mongodb-driver-sync - 4.6.1 - + org.mongodb + mongodb-driver-sync + 4.11.1 + - - org.mongodb - mongodb-driver-core - 4.6.1 - + + org.mongodb + mongodb-driver-core + 4.11.1 + + + + + org.mongodb + bson + 4.11.1 + org.springframework.boot