From 2d71658ed11a715728b86723021fca4046240f55 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Jul 2021 09:05:27 +0200 Subject: [PATCH] Upgrade to MongoDB 4.3.0 Closes gh-27344 --- 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 f16a9fdc08..64a569c2aa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1250,7 +1250,7 @@ bom { ] } } - library("MongoDB", "4.2.3") { + library("MongoDB", "4.3.0") { group("org.mongodb") { modules = [ "bson",