From 7102f65ace0ff775f8d41cbd0e515d1caf998958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 10 Aug 2024 15:04:53 +0200 Subject: [PATCH] Upgrade to MongoDB 4.11.3 Closes gh-41772 --- 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 32e5c1c3770..f5fda715572 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.2") { + library("MongoDB", "4.11.3") { group("org.mongodb") { modules = [ "bson",