Skip to content

Commit de24cc8

Browse files
trevorgerhardtabyrd
authored andcommitted
Update MongoDB driver to 4.8.2
MongoDB currently provides documentation for versions v4.3 to v4.8. When making changes, its useful to have available documentation for the driver we are using.
1 parent e857fcd commit de24cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ dependencies {
157157
}
158158

159159
// Database driver.
160-
implementation 'org.mongodb:mongo-java-driver:3.11.0'
160+
implementation 'org.mongodb:mongodb-driver-sync:4.8.2'
161161

162162
// Legacy system for storing Java objects, this functionality is now provided by the MongoDB driver itself.
163163
implementation 'org.mongojack:mongojack:2.10.1'

0 commit comments

Comments
 (0)