Skip to content

Commit ad746c3

Browse files
Bump org.mongodb:mongodb-driver-sync from 4.11.1 to 5.5.1
Bumps [org.mongodb:mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) from 4.11.1 to 5.5.1. - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r4.11.1...r5.5.1) --- updated-dependencies: - dependency-name: org.mongodb:mongodb-driver-sync dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f97f21e commit ad746c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

service/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -346,10 +346,10 @@ dependencies {
346346
implementation 'org.apache.httpcomponents:httpclient:4.5.9'
347347
implementation 'org.apache.kafka:kafka-clients:2.1.0'
348348
implementation 'org.ini4j:ini4j:0.5.2'
349-
implementation 'org.mongodb:bson:4.11.1'
350-
implementation 'org.mongodb:bson-record-codec:4.11.1'
351-
implementation 'org.mongodb:mongodb-driver-core:4.11.1'
352-
implementation 'org.mongodb:mongodb-driver-sync:4.11.1'
349+
implementation 'org.mongodb:bson:5.5.1'
350+
implementation 'org.mongodb:bson-record-codec:5.5.1'
351+
implementation 'org.mongodb:mongodb-driver-core:5.5.1'
352+
implementation 'org.mongodb:mongodb-driver-sync:5.5.1'
353353
implementation 'org.slf4j:slf4j-api:1.7.30'
354354

355355
// ### Server dependencies for java_common JsonServerServlet & WorkspaceServer ###

0 commit comments

Comments
 (0)