From 7d22d7f9cf0a158dac8c86506a023c7dd9ce12bc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 11 Sep 2024 13:05:22 +0100 Subject: [PATCH] Upgrade to MongoDB 4.11.4 Closes gh-42249 --- 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 e69af6752e..901259e972 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1032,7 +1032,7 @@ bom { ] } } - library("MongoDB", "4.11.3") { + library("MongoDB", "4.11.4") { group("org.mongodb") { modules = [ "bson",