This commit is contained in:
kento2 2026-02-14 14:04:36 +01:00
parent af296638fd
commit 07fa0efab7
5 changed files with 107 additions and 12 deletions

View file

@ -29,8 +29,8 @@ subprojects {
// https://mvnrepository.com/artifact/com.google.guava/guava
implementation("com.google.guava:guava:33.5.0-jre")
// https://www.mongodb.com/docs/drivers/java/sync/current/get-started/
implementation(platform("org.mongodb:mongodb-driver-bom:5.6.3"))
implementation("org.mongodb:mongodb-driver-sync")
// https://www.mongodb.com/docs/languages/java/reactive-streams-driver/current/get-started/download-and-install/
implementation(platform("org.mongodb:mongodb-driver-bom:5.6.1"))
implementation("org.mongodb:mongodb-driver-reactivestreams")
}
}