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

This commit is contained in:
renovate[bot] 2024-08-08 14:35:12 +00:00
parent 322db23411
commit 71c1b74975
1 changed files with 1 additions and 1 deletions

View File

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