From 0c60e6f3a2c3408d04d6a975e457109aae9a193f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 11 Nov 2024 07:26:40 +0900 Subject: [PATCH] Upgrade to MongoDB 4.11.5 Closes gh-43092 --- 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 0187cf05c5a..2eac968549f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1031,7 +1031,7 @@ bom { ] } } - library("MongoDB", "4.11.4") { + library("MongoDB", "4.11.5") { group("org.mongodb") { modules = [ "bson",