diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index bfbb68883249..fbc9f6f6d6d9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -976,10 +976,11 @@ bom { group("org.mongodb") { modules = [ "bson", + "bson-record-codec", "mongodb-driver-core", "mongodb-driver-legacy", "mongodb-driver-reactivestreams", - "mongodb-driver-sync" + "mongodb-driver-sync", ] } }