diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 5f924cd343..8ba39a374f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1455,13 +1455,13 @@ bom { group("org.mongodb") { modules = [ "bson", - "bson-record-codec", "bson-kotlin", + "bson-record-codec", "mongodb-driver-core", + "mongodb-driver-kotlin-coroutine", "mongodb-driver-legacy", "mongodb-driver-reactivestreams", - "mongodb-driver-sync", - "mongodb-driver-kotlin-coroutine" + "mongodb-driver-sync" ] } links {