From cde86d74c7705e855f718eec7eed9ad03c5ea3ae Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 15 Oct 2025 10:39:12 +0100 Subject: [PATCH] Upgrade to MongoDB 5.6.1 Closes gh-47643 --- 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 7aa0e7102c3..01c2b578486 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1550,7 +1550,7 @@ bom { releaseNotes("https://github.com/mockito/mockito/releases/tag/v{version}") } } - library("MongoDB", "5.6.0") { + library("MongoDB", "5.6.1") { alignWith { version { of "org.mongodb:mongodb-driver-core"