From 2d472c526f226541c1a7e8aa24d027714f246fa8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jul 2023 18:14:55 +0200 Subject: [PATCH] Upgrade to MongoDB 4.10.2 Closes gh-36379 --- 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 01e701351a..d5e6d9a390 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -998,7 +998,7 @@ bom { ] } } - library("MongoDB", "4.9.1") { + library("MongoDB", "4.10.2") { group("org.mongodb") { modules = [ "bson",