From cfe30db38dbe0c9b40ac2dc88ec36d456ce78e57 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Oct 2021 09:48:56 +0200 Subject: [PATCH] Upgrade to MongoDB 4.3.3 Closes gh-28322 --- 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 75738b18edb..8e49e44f6ec 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1240,7 +1240,7 @@ bom { ] } } - library("MongoDB", "4.3.2") { + library("MongoDB", "4.3.3") { group("org.mongodb") { modules = [ "bson",