From e3cccaab915118bc784b197cbe8009011e75ea3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 13:16:17 +0000 Subject: [PATCH] fix(deps): update dependency org.mongodb:mongodb-driver-kotlin-coroutine to v5.1.0 --- owl/broker/broker-mongodb/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owl/broker/broker-mongodb/build.gradle.kts b/owl/broker/broker-mongodb/build.gradle.kts index 5872eed6..e3e440cb 100644 --- a/owl/broker/broker-mongodb/build.gradle.kts +++ b/owl/broker/broker-mongodb/build.gradle.kts @@ -16,7 +16,7 @@ repositories { } 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(":common")) implementation(platform("io.insert-koin:koin-bom:3.5.6"))