From 123e22afb0557d469acbc5f1fe7cd17d009be3ad Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 24 Mar 2022 10:54:03 -0700 Subject: [PATCH] Upgrade to MongoDB 4.5.1 Closes gh-30416 --- 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 e16bd451cb4..6af8fa79a77 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1310,7 +1310,7 @@ bom { ] } } - library("MongoDB", "4.5.0") { + library("MongoDB", "4.5.1") { group("org.mongodb") { modules = [ "bson",