From d477084a1e726de75a83e072b3daf98045c5f216 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 25 Jan 2020 13:23:36 +0000 Subject: [PATCH] Upgrade to MongoDB 3.12.1 Closes gh-19922 --- 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 0fe60c9682..5e76a3f5c0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1199,7 +1199,7 @@ bom { ] } } - library("MongoDB", "3.11.2") { + library("MongoDB", "3.12.1") { group("org.mongodb") { modules = [ "bson",