mirror of https://github.com/usbharu/Hideout.git
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:
commit
dac99eba3d
|
@ -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"))
|
||||||
|
|
Loading…
Reference in New Issue