From 5fe74adfc5ba13f106254367fa223a82ec6b54d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 01:49:56 +0000 Subject: [PATCH] fix(deps): update dependency org.mongodb:mongodb-driver-kotlin-coroutine to v5.1.1 --- owl/owl-broker/owl-broker-mongodb/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owl/owl-broker/owl-broker-mongodb/build.gradle.kts b/owl/owl-broker/owl-broker-mongodb/build.gradle.kts index 7ad79773..72b8a8f7 100644 --- a/owl/owl-broker/owl-broker-mongodb/build.gradle.kts +++ b/owl/owl-broker/owl-broker-mongodb/build.gradle.kts @@ -16,7 +16,7 @@ repositories { } dependencies { - implementation("org.mongodb:mongodb-driver-kotlin-coroutine:5.1.0") + implementation("org.mongodb:mongodb-driver-kotlin-coroutine:5.1.1") implementation(project(":owl-broker")) implementation(project(":owl-common")) implementation(platform("io.insert-koin:koin-bom:3.5.6"))