From 095cbf7a4127a145eedca1b501a32a0760130500 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 1 Apr 2020 09:41:09 +0100 Subject: [PATCH] Upgrade to MongoDB 4.0.1 Closes gh-20780 --- 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 692bc66c60..3e1ec4cddd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1210,7 +1210,7 @@ bom { ] } } - library("MongoDB", "4.0.0") { + library("MongoDB", "4.0.1") { group("org.mongodb") { modules = [ "bson",