From c47cfe835c6c3e292260bb9e3766f68c66da1af9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 03:16:33 +0000 Subject: [PATCH] Bump org.mongodb:mongodb-driver-sync from 4.11.1 to 5.6.2 Bumps [org.mongodb:mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) from 4.11.1 to 5.6.2. - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](https://github.com/mongodb/mongo-java-driver/compare/r4.11.1...r5.6.2) --- updated-dependencies: - dependency-name: org.mongodb:mongodb-driver-sync dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index dd9e01d..3b9777b 100644 --- a/build.gradle +++ b/build.gradle @@ -163,10 +163,10 @@ dependencies { implementation "com.github.kbase:auth2_client_java:$VER_AUTH2_CLIENT" implementation 'javax.annotation:javax.annotation-api:1.2' implementation 'javax.servlet:servlet-api:2.5' - implementation 'org.mongodb:mongodb-driver-core:4.11.1' - implementation 'org.mongodb:mongodb-driver-sync:4.11.1' - implementation 'org.mongodb:bson-record-codec:4.11.1' - implementation 'org.mongodb:bson:4.11.1' + implementation 'org.mongodb:mongodb-driver-core:5.6.2' + implementation 'org.mongodb:mongodb-driver-sync:5.6.2' + implementation 'org.mongodb:bson-record-codec:5.6.2' + implementation 'org.mongodb:bson:5.6.2' implementation 'com.google.guava:guava:31.1-jre' testImplementation 'junit:junit:4.9'