Skip to content

Commit b40fb62

Browse files
committed
Merge pull request #45018 from nenros
* pr/45018: Polish "Add missing dependency management for MongoDB" Add missing dependency management for MongoDB Closes gh-45018
2 parents 935d759 + 6d36864 commit b40fb62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -1455,8 +1455,10 @@ bom {
14551455
group("org.mongodb") {
14561456
modules = [
14571457
"bson",
1458+
"bson-kotlin",
14581459
"bson-record-codec",
14591460
"mongodb-driver-core",
1461+
"mongodb-driver-kotlin-coroutine",
14601462
"mongodb-driver-legacy",
14611463
"mongodb-driver-reactivestreams",
14621464
"mongodb-driver-sync"

0 commit comments

Comments
 (0)