From 8e911affadde4e2ce890db3589fae4de1d901244 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:59:33 +0200 Subject: [PATCH] Upgrade to MongoDB 4.6.1 Closes gh-31432 --- 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 38b7ef3c3ac..d1ed10676e9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1300,7 +1300,7 @@ bom { ] } } - library("MongoDB", "4.6.0") { + library("MongoDB", "4.6.1") { group("org.mongodb") { modules = [ "bson",