From 914af4a9f049f4602b129765a7f4b849cf11d324 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:33:31 +0100 Subject: [PATCH] Upgrade to MongoDB 4.0.4 Closes gh-21966 --- 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 945f823318..50e49ec015 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1211,7 +1211,7 @@ bom { ] } } - library("MongoDB", "4.0.3") { + library("MongoDB", "4.0.4") { group("org.mongodb") { modules = [ "bson",