From 323701cab79ca10bdca62acec30cb55ae4ade5ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 02:54:56 +0000 Subject: [PATCH] fix(deps): bump org.mongodb:bson from 4.10.2 to 4.11.0 Bumps [org.mongodb:bson](https://github.com/mongodb/mongo-java-driver) from 4.10.2 to 4.11.0. - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](https://github.com/mongodb/mongo-java-driver/compare/r4.10.2...r4.11.0) --- updated-dependencies: - dependency-name: org.mongodb:bson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index cfebc7f..8d752f2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { api("tech.relaycorp:awala:[1.66.4,2.0.0)") testImplementation("tech.relaycorp:awala-testing:1.5.24") - implementation("org.mongodb:bson:4.10.2") + implementation("org.mongodb:bson:4.11.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion") testImplementation("org.jetbrains.kotlin:kotlin-test")