From fcb2d5df49bed53725a44d963b00cdfed4d080d5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Jun 2020 12:49:48 +0100 Subject: [PATCH] Upgrade to MongoDB 4.0.4 Closes gh-21855 --- 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 30775a6ad2..d4b432f364 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",