From 2f0a0cdea66bbb3d42a194ba3f4f90c53e58b62c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 16:31:19 +0000 Subject: [PATCH] Upgrade to MongoDB 4.9.0 Closes gh-34291 --- 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 d808119a85b..316022f4a17 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -958,7 +958,7 @@ bom { ] } } - library("MongoDB", "4.8.2") { + library("MongoDB", "4.9.0") { group("org.mongodb") { modules = [ "bson",