From 47bea5c8e2df9ec5066395c1776642eabcc59862 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 15:42:05 +0200 Subject: [PATCH] Upgrade to MongoDB 4.6.0 Closes gh-30746 --- 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 1e18f2ac3da..55e23687a19 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1307,7 +1307,7 @@ bom { ] } } - library("MongoDB", "4.5.1") { + library("MongoDB", "4.6.0") { group("org.mongodb") { modules = [ "bson",