From 5676e796d058197dc5ec8ce7484cccbf89db4631 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:12:54 +0100 Subject: [PATCH] Upgrade to MongoDB 4.4.1 Closes gh-29420 --- 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 9525227e419..376a82dfde8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1264,7 +1264,7 @@ bom { ] } } - library("MongoDB", "4.4.0") { + library("MongoDB", "4.4.1") { group("org.mongodb") { modules = [ "bson",