diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 4b30da6976c..07922f8f303 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1481,8 +1481,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"