From 6bf557cb474ef530365f52242bd3c7cae915834d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Apr 2023 14:38:30 +0200 Subject: [PATCH] Upgrade to MongoDB 4.9.1 Closes gh-34933 --- 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 16d43c1e57..851ba07ea2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -962,7 +962,7 @@ bom { ] } } - library("MongoDB", "4.9.0") { + library("MongoDB", "4.9.1") { group("org.mongodb") { modules = [ "bson",