From 0f323c125b0cc39a3c51641dd04e9ddc4b461abb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 Feb 2021 12:13:40 +0000 Subject: [PATCH] Upgrade to MongoDB 4.2.0-beta1 Closes gh-25361 --- 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 8011ecd4df..05b70040c5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1206,7 +1206,7 @@ bom { ] } } - library("MongoDB", "4.1.1") { + library("MongoDB", "4.2.0-beta1") { group("org.mongodb") { modules = [ "bson",