mirror of https://github.com/usbharu/Hideout.git
fix(deps): update dependency org.mongodb:mongodb-driver-kotlin-coroutine to v5.1.2
This commit is contained in:
parent
93b380c40a
commit
99b69b9b92
|
@ -16,7 +16,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("org.mongodb:mongodb-driver-kotlin-coroutine:5.1.1")
|
implementation("org.mongodb:mongodb-driver-kotlin-coroutine:5.1.2")
|
||||||
implementation(project(":owl-broker"))
|
implementation(project(":owl-broker"))
|
||||||
implementation(project(":owl-common"))
|
implementation(project(":owl-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