diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index bc17cd199e..8ba39a374f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1455,8 +1455,10 @@ bom { 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"