From 130735f366bd1426fa0929e87c3633e7064a5ade Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 13:02:01 +0000 Subject: [PATCH] Upgrade to MongoDB 4.1.1 Closes gh-23897 --- 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 8514befadd..62cb8939e2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1135,7 +1135,7 @@ bom { ] } } - library("MongoDB", "4.1.0") { + library("MongoDB", "4.1.1") { group("org.mongodb") { modules = [ "bson",