From 6566eb0e20a015a64a9a06ba0c6f7a5e255c21ed Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 May 2020 08:55:08 +0200 Subject: [PATCH] Upgrade to MongoDB 4.0.3 Closes gh-21411 --- 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 9f6e9d30fb..cd4dc53f48 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1213,7 +1213,7 @@ bom { ] } } - library("MongoDB", "4.0.2") { + library("MongoDB", "4.0.3") { group("org.mongodb") { modules = [ "bson",