From 06cc55052474704a45d59d5a08b4afa0612ca8d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 11 Apr 2025 12:18:07 +0200 Subject: [PATCH] Switch dependency management to use MongoDB's bom Closes gh-44758 --- .../spring-boot-dependencies/build.gradle | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 07dd2f2a03..0d69085f95 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1567,16 +1567,7 @@ bom { } library("MongoDB", "5.4.0") { group("org.mongodb") { - modules = [ - "bson", - "bson-kotlin", - "bson-record-codec", - "mongodb-driver-core", - "mongodb-driver-kotlin-coroutine", - "mongodb-driver-legacy", - "mongodb-driver-reactivestreams", - "mongodb-driver-sync" - ] + bom("mongodb-driver-bom") } links { site("https://github.com/mongodb/mongo-java-driver")