From 57bc5136f5efe8a9a5e77fc909c10769a521e2a7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Feb 2022 13:16:07 +0100 Subject: [PATCH] Upgrade to MongoDB 4.4.2 Closes gh-29796 --- 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 93dd3befe465..54aa0c2c5857 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1254,7 +1254,7 @@ bom { ] } } - library("MongoDB", "4.4.1") { + library("MongoDB", "4.4.2") { group("org.mongodb") { modules = [ "bson",