Skip to content

Commit 6d36864

Browse files
committed
Polish "Add missing dependency management for MongoDB"
See gh-45018
1 parent 3e277a2 commit 6d36864

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1455,13 +1455,13 @@ bom {
14551455
group("org.mongodb") {
14561456
modules = [
14571457
"bson",
1458-
"bson-record-codec",
14591458
"bson-kotlin",
1459+
"bson-record-codec",
14601460
"mongodb-driver-core",
1461+
"mongodb-driver-kotlin-coroutine",
14611462
"mongodb-driver-legacy",
14621463
"mongodb-driver-reactivestreams",
1463-
"mongodb-driver-sync",
1464-
"mongodb-driver-kotlin-coroutine"
1464+
"mongodb-driver-sync"
14651465
]
14661466
}
14671467
links {

0 commit comments

Comments
 (0)