From bcf452918b284e5f722761177405ad7a75cc1783 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 15:34:46 +0200 Subject: [PATCH] Upgrade to MongoDB 4.7.1 Closes gh-32362 --- 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 b205c00591..b660afa4ad 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1038,7 +1038,7 @@ bom { ] } } - library("MongoDB", "4.7.0-beta0") { + library("MongoDB", "4.7.1") { group("org.mongodb") { modules = [ "bson",