From 7bf8b91b935e23a4d391d764fbbfc2e84d1980e6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 14:52:28 +0200 Subject: [PATCH] Upgrade to MongoDB 4.2.3 Closes gh-26065 --- 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 fd65799b939..4842bc031ae 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1225,7 +1225,7 @@ bom { ] } } - library("MongoDB", "4.2.2") { + library("MongoDB", "4.2.3") { group("org.mongodb") { modules = [ "bson",