diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index bc17cd199ef..5f924cd3430 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1456,10 +1456,12 @@ bom { modules = [ "bson", "bson-record-codec", + "bson-kotlin", "mongodb-driver-core", "mongodb-driver-legacy", "mongodb-driver-reactivestreams", - "mongodb-driver-sync" + "mongodb-driver-sync", + "mongodb-driver-kotlin-coroutine" ] } links {