From 7e57a100e8bd4465f3079d82e2e7ad33f1cc53c3 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:22:13 -0800 Subject: [PATCH] Upgrade to MongoDB 4.8.1 Closes gh-33600 --- 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 e5629b29cb..b04a00a061 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") { + library("MongoDB", "4.8.1") { group("org.mongodb") { modules = [ "bson",