We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e277a2 commit 6d36864Copy full SHA for 6d36864
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1455,13 +1455,13 @@ bom {
1455
group("org.mongodb") {
1456
modules = [
1457
"bson",
1458
- "bson-record-codec",
1459
"bson-kotlin",
+ "bson-record-codec",
1460
"mongodb-driver-core",
1461
+ "mongodb-driver-kotlin-coroutine",
1462
"mongodb-driver-legacy",
1463
"mongodb-driver-reactivestreams",
- "mongodb-driver-sync",
1464
- "mongodb-driver-kotlin-coroutine"
+ "mongodb-driver-sync"
1465
]
1466
}
1467
links {
0 commit comments