From c46e84870a2703fd567afe660ee886e7b6950f11 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 7 Aug 2020 09:58:27 +0100 Subject: [PATCH] Upgrade to MongoDB 4.1.0 Closes gh-22810 --- 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 ff779459f9..c76d9bd820 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1136,7 +1136,7 @@ bom { ] } } - library("MongoDB", "4.0.4") { + library("MongoDB", "4.1.0") { group("org.mongodb") { modules = [ "bson",