From 34d630fc684581f8fd61ea2a19cb92c634b042c3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 19 Jan 2023 12:04:35 +0000 Subject: [PATCH] Upgrade to MongoDB 4.8.2 Closes gh-33904 --- 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 c9d97cef29..e1f9c8ce59 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -972,7 +972,7 @@ bom { ] } } - library("MongoDB", "4.8.1") { + library("MongoDB", "4.8.2") { group("org.mongodb") { modules = [ "bson",