From 8013c5f182b180fb8a6b88a9fa82812a3261918e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Oct 2022 14:06:59 +0200 Subject: [PATCH] Upgrade to MongoDB 4.8.0-beta0 Closes gh-32684 --- 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 4f0e6a6854..4204bcce06 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1052,7 +1052,7 @@ bom { ] } } - library("MongoDB", "4.7.1") { + library("MongoDB", "4.8.0-beta0") { group("org.mongodb") { modules = [ "bson",