Skip to content

Commit

Permalink
Merge pull request #942 from conveyal/mongo-driver-legacy
Browse files Browse the repository at this point in the history
Update to latest mongodb legacy java driver
  • Loading branch information
abyrd authored Oct 3, 2024
2 parents a96f49a + f5e10ee commit 3d64db6
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 3d64db6

Please sign in to comment.