Merge pull request #328 from usbharu/renovate/org.mongodb-mongodb-driver-kotlin-coroutine-5.x

fix(deps): update dependency org.mongodb:mongodb-driver-kotlin-coroutine to v5.1.0
This commit is contained in:
usbharu 2024-05-07 22:17:57 +09:00 committed by GitHub
commit dac99eba3d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ repositories {
} }
dependencies { dependencies {
implementation("org.mongodb:mongodb-driver-kotlin-coroutine:5.0.0") implementation("org.mongodb:mongodb-driver-kotlin-coroutine:5.1.0")
implementation(project(":broker")) implementation(project(":broker"))
implementation(project(":common")) implementation(project(":common"))
implementation(platform("io.insert-koin:koin-bom:3.5.6")) implementation(platform("io.insert-koin:koin-bom:3.5.6"))