Skip to content

Commit 3e277a2

Browse files
nenrossnicoll
authored andcommitted
Add missing dependency management for MongoDB
See gh-45018 Signed-off-by: Bartosz Markowski <[email protected]>
1 parent 935d759 commit 3e277a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: spring-boot-project/spring-boot-dependencies/build.gradle

+3-1
Original file line numberDiff line numberDiff line change
@@ -1456,10 +1456,12 @@ bom {
14561456
modules = [
14571457
"bson",
14581458
"bson-record-codec",
1459+
"bson-kotlin",
14591460
"mongodb-driver-core",
14601461
"mongodb-driver-legacy",
14611462
"mongodb-driver-reactivestreams",
1462-
"mongodb-driver-sync"
1463+
"mongodb-driver-sync",
1464+
"mongodb-driver-kotlin-coroutine"
14631465
]
14641466
}
14651467
links {

0 commit comments

Comments
 (0)