fix(deps): update dependency org.mongodb:mongodb-driver-kotlin-coroutine to v5.1.2

This commit is contained in:
renovate[bot]
2024-07-10 00:27:32 +00:00
committed by GitHub
parent f23977a40c
commit 91c4ac5d17
@@ -16,7 +16,7 @@ repositories {
}
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-common"))
implementation(platform("io.insert-koin:koin-bom:3.5.6"))