Skip to content

Commit bc81af8

Browse files
authored
Merge pull request #50 from UMM-CSci-3601/dependabot/gradle/server/org.mongodb-mongodb-driver-sync-5.5.0
Bump org.mongodb:mongodb-driver-sync from 5.4.0 to 5.5.0 in /server
2 parents 1dc57af + b30c2bc commit bc81af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
implementation 'io.javalin:javalin:6.6.0'
3333

3434
// Mongo DB Driver for Java
35-
implementation 'org.mongodb:mongodb-driver-sync:5.4.0'
35+
implementation 'org.mongodb:mongodb-driver-sync:5.5.0'
3636

3737
// MongoJack, MongoDB integration for Jackson
3838
implementation 'org.mongojack:mongojack:5.0.2'

0 commit comments

Comments
 (0)