From 83151a3a72f1c2a2872fd6b5f1bf09104585b258 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 13 Nov 2021 16:21:42 +0100 Subject: [PATCH] Upgrade to MongoDB 4.4.0 Closes gh-28666 --- 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 440d8521dc56..bc021e46163f 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.0-beta1") { + library("MongoDB", "4.4.0") { group("org.mongodb") { modules = [ "bson",