From 56f4bb610dfd1924c30e23c7f93b628c002b534d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:32 +0100 Subject: [PATCH] Upgrade to MongoDB 4.5.0 Closes gh-29853 --- 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 7d7c08c5f5d..02e4f6113c7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1267,7 +1267,7 @@ bom { ] } } - library("MongoDB", "4.4.1") { + library("MongoDB", "4.5.0") { group("org.mongodb") { modules = [ "bson",