From 77ad8d3a4f01e052f00e35b6fe6562ba735a77a0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Mar 2020 14:24:11 +0000 Subject: [PATCH] Upgrade to MongoDB 4.0.0 Closes gh-20460 --- 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 2fc3e76f49..123f86936e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1208,7 +1208,7 @@ bom { ] } } - library("MongoDB", "4.0.0-beta1") { + library("MongoDB", "4.0.0") { group("org.mongodb") { modules = [ "bson",