From ce5e62755eac1d15122a195e65159495c05d969a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Jul 2022 17:47:20 +0100 Subject: [PATCH] Upgrade to MongoDB 4.6.1 Closes gh-31646 --- 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 13c4a6af7e..10182d4356 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1036,7 +1036,7 @@ bom { ] } } - library("MongoDB", "4.6.0") { + library("MongoDB", "4.6.1") { group("org.mongodb") { modules = [ "bson",