From 7ce9c1a321f50c265e301e84ef1a0095215e0e94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 17:52:25 +0000 Subject: [PATCH] deps: bump org.mongodb:mongodb-driver-sync from 5.10.0 to 5.11.0 Bumps [org.mongodb:mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) from 5.10.0 to 5.11.0. - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](https://github.com/mongodb/mongo-java-driver/compare/r5.10.0...r5.11.0) --- updated-dependencies: - dependency-name: org.mongodb:mongodb-driver-sync dependency-version: 5.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index 52425f3..6ba0ac1 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation("com.mysql:mysql-connector-j:26.7.0") { exclude group: "org.slf4j", module: "slf4j-api" } - implementation("org.mongodb:mongodb-driver-sync:5.10.0") { + implementation("org.mongodb:mongodb-driver-sync:5.11.0") { exclude group: "org.slf4j", module: "slf4j-api" } implementation("org.xerial:sqlite-jdbc:3.53.2.1") {