vert-x3 / vertx-mongo-client

Mongo Client for Eclipse Vert.x
http://vertx.io
Apache License 2.0
58 stars 98 forks source link

Update MongoDB version to 4.2 in unit tests #253

Closed bfreuden closed 2 years ago

bfreuden commented 3 years ago

Describe the feature

Right now MongoDB version is 4.0, I propose to bump the version to 4.2

Use cases

This will enable support for updates with aggregation pipelines (available since 4.2): https://docs.mongodb.com/manual/tutorial/update-documents-with-aggregation-pipeline/

This is a prerequisite of #236.