From bf95b7ac2dc5d069eecff4a8ece448b100f309d5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:36:00 +0100 Subject: [PATCH] Upgrade to MongoDB 4.0.5 Closes gh-22473 --- 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 5689132a98..4b2235d63a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1189,7 +1189,7 @@ bom { ] } } - library("MongoDB", "4.0.4") { + library("MongoDB", "4.0.5") { group("org.mongodb") { modules = [ "bson",