diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index c214175541fc..c5bd9bd9253f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1570,10 +1570,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 {