Skip to content

Commit

Permalink
update to latest mongodb legacy java driver
Browse files Browse the repository at this point in the history
This is the newest driver, but with an older programming API that
matches our code. It should be a drop-in replacement, and Mongojack
also seems to pick this up as its transitive mongodb driver dependency.
  • Loading branch information
abyrd committed Oct 2, 2024
1 parent a96f49a commit f5e10ee
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 @@ -164,7 +164,7 @@ dependencies {
}

// Database driver.
implementation 'org.mongodb:mongo-java-driver:3.11.0'
implementation 'org.mongodb:mongodb-driver-legacy:5.2.0'

// 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 f5e10ee

Please sign in to comment.