From efeba67c22d8250fb25ef498b02921451440dee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 15 Sep 2026 09:03:16 +0200 Subject: [PATCH] Upgrade to MongoDB 5.11.1 Closes gh-51760 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index be93f097cfe..40ef5f1fac0 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1700,7 +1700,7 @@ bom { releaseNotes("https://github.com/mockito/mockito/releases/tag/v{version}") } } - library("MongoDB", "5.9.2") { + library("MongoDB", "5.11.1") { alignWith { version { of "org.mongodb:mongodb-driver-core"