From eafb15b22d673a0729bce601e6e16e6938d9594f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 09:22:09 +0100 Subject: [PATCH] Upgrade to MongoDB 4.1.2 Closes gh-25634 --- 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 2fb2af6455..f7590a21a6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1140,7 +1140,7 @@ bom { ] } } - library("MongoDB", "4.1.1") { + library("MongoDB", "4.1.2") { group("org.mongodb") { modules = [ "bson",