From 7027d1f0ce25f203e59e6b578f4eccbf48fd4b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 10 Aug 2026 16:58:02 +0200 Subject: [PATCH] Upgrade to MongoDB 5.9.1 Closes gh-51339 --- 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 fbcc124238c..15aea8cb51e 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1661,7 +1661,7 @@ bom { releaseNotes("https://github.com/mockito/mockito/releases/tag/v{version}") } } - library("MongoDB", "5.9.0") { + library("MongoDB", "5.9.1") { alignWith { version { of "org.mongodb:mongodb-driver-core"