From f01d086a8d1ac5bee92d04c21b3c6c9785006aa9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Oct 2021 18:03:51 +0200 Subject: [PATCH] Upgrade to MongoDB 4.4.0-beta1 Closes gh-28364 --- 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 08ffa5ce2a..d407880a69 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1247,7 +1247,7 @@ bom { ] } } - library("MongoDB", "4.3.3") { + library("MongoDB", "4.4.0-beta1") { group("org.mongodb") { modules = [ "bson",