From 3f2451b6c286dfa7107e91152339eb680d0ed14d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Nov 2022 13:56:06 +0100 Subject: [PATCH] Upgrade to MongoDB 4.8.0-rc0 Closes gh-33193 --- 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 55044418b4..8a64304346 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -972,7 +972,7 @@ bom { ] } } - library("MongoDB", "4.8.0-beta0") { + library("MongoDB", "4.8.0") { group("org.mongodb") { modules = [ "bson",