From d8739c463b422f94ad5d1dd229656ab9816d11f5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jan 2022 14:33:54 +0100 Subject: [PATCH] Upgrade to MongoDB 4.4.1 Closes gh-29350 --- 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 9db581261bd5..3234d3467592 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1253,7 +1253,7 @@ bom { ] } } - library("MongoDB", "4.4.0") { + library("MongoDB", "4.4.1") { group("org.mongodb") { modules = [ "bson",