From 3e9fc464209e8e8a8ec4c04010f5d1e683a8cb60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 06:32:10 +0000 Subject: [PATCH] build(deps): bump mongodb from 5.4.0 to 5.6.2 Bumps `mongodb` from 5.4.0 to 5.6.2. Updates `org.mongodb:mongodb-driver-kotlin-coroutine` from 5.4.0 to 5.6.2 - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](https://github.com/mongodb/mongo-java-driver/compare/r5.4.0...r5.6.2) Updates `org.mongodb:bson-kotlinx` from 5.4.0 to 5.6.2 - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](https://github.com/mongodb/mongo-java-driver/compare/r5.4.0...r5.6.2) --- updated-dependencies: - dependency-name: org.mongodb:mongodb-driver-kotlin-coroutine dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mongodb:bson-kotlinx dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8383d9e04..8d5d3bd0c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ kotlin = "2.3.0" kotlinx-coroutine = "1.10.2" kotlinx-serialization = "1.10.0" -mongodb = "5.4.0" +mongodb = "5.6.3" mccoroutine = "2.22.0" paperweight-userdev = "2.0.0-beta.17" resource-factory = "1.3.0"