From b1c0b487b9aca3b1455323b06011f29f66d15047 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 29 Apr 2020 14:34:40 +0200 Subject: [PATCH] Upgrade to MongoDB 4.0.2 Closes gh-21245 --- 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 ae48fa281b..d38d07f83c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1210,7 +1210,7 @@ bom { ] } } - library("MongoDB", "4.0.1") { + library("MongoDB", "4.0.2") { group("org.mongodb") { modules = [ "bson",