Upgrade to MongoDB Java Drivers 4.2.2

Closes #3579
This commit is contained in:
Christoph Strobl
2021-03-03 11:09:30 +01:00
parent be8e70225a
commit c2fc09e324

View File

@@ -27,7 +27,7 @@
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>2.5.0-SNAPSHOT</springdata.commons>
<mongo>4.2.0</mongo>
<mongo>4.2.2</mongo>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>
</properties>