From 6c70cf2bd8703f45161736c9e0134692bd68f928 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Apr 2024 18:00:22 +0100 Subject: [PATCH] Upgrade to MongoDB 4.11.2 Closes gh-40307 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 4925506dca..476be5fe72 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1024,7 +1024,7 @@ bom { ] } } - library("MongoDB", "4.11.1") { + library("MongoDB", "4.11.2") { group("org.mongodb") { modules = [ "bson",