From 2ea065a6cf19547b648be6178b7d20ca4b62e90f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:32 +0200 Subject: [PATCH] Upgrade to MongoDB 4.0.6 Closes gh-25965 --- 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 dbdbfdbb96..c67b098bb7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1197,7 +1197,7 @@ bom { ] } } - library("MongoDB", "4.0.5") { + library("MongoDB", "4.0.6") { group("org.mongodb") { modules = [ "bson",