From aac5afebf32a6e670fa0a3258543c7c7f47c5bb7 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 24 Mar 2022 13:38:25 -0700 Subject: [PATCH] Upgrade to MongoDB 4.5.1 Closes gh-30419 --- 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 0038f35f75..441b9ef570 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1004,7 +1004,7 @@ bom { ] } } - library("MongoDB", "4.5.0") { + library("MongoDB", "4.5.1") { group("org.mongodb") { modules = [ "bson",