Skip to content

Commit

Permalink
Update MongoDB driver to 4.8.2
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
trevorgerhardt authored and abyrd committed Nov 9, 2023
1 parent e857fcd commit de24cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ dependencies {
}

// Database driver.
implementation 'org.mongodb:mongo-java-driver:3.11.0'
implementation 'org.mongodb:mongodb-driver-sync:4.8.2'

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

0 comments on commit de24cc8

Please sign in to comment.