From de93f7630c6061cb12261efedb83c82bb6c6a881 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Sep 2021 08:17:51 +0200 Subject: [PATCH] Upgrade to MongoDB 4.3.2 Closes gh-28018 --- 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 58e4a07445..b5ef95bffe 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1239,7 +1239,7 @@ bom { ] } } - library("MongoDB", "4.3.0") { + library("MongoDB", "4.3.2") { group("org.mongodb") { modules = [ "bson",