From 48260afa7fb6b93a743531eea8e23f973aa0a993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 02:28:20 +0000 Subject: [PATCH] fix(deps): bump org.mongodb:bson from 5.1.3 to 5.2.1 Bumps [org.mongodb:bson](https://github.com/mongodb/mongo-java-driver) from 5.1.3 to 5.2.1. - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](https://github.com/mongodb/mongo-java-driver/compare/r5.1.3...r5.2.1) --- 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 639be48..0a75e1d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { api("tech.relaycorp:awala:[1.68.5,2.0.0)") testImplementation("tech.relaycorp:awala-testing:1.5.34") - implementation("org.mongodb:bson:5.1.3") + implementation("org.mongodb:bson:5.2.1") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion") testImplementation("org.jetbrains.kotlin:kotlin-test")