From 123e22afb0557d469acbc5f1fe7cd17d009be3ad Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 24 Mar 2022 10:54:03 -0700 Subject: [PATCH 1/2] 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", From dcfaadfb88df690a3417a9d2de50e2f28ad27b72 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 24 Mar 2022 10:54:23 -0700 Subject: [PATCH 2/2] Upgrade to SendGrid 4.9.1 Closes gh-30417 --- 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 6af8fa79a77..5f4b70b460a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1608,7 +1608,7 @@ bom { ] } } - library("SendGrid", "4.9.0") { + library("SendGrid", "4.9.1") { group("com.sendgrid") { modules = [ "sendgrid-java"