DATAMONGO-1881 - Upgrade MongoDB sync & reactive streams Java driver to 3.6.3 and 1.7.1.

Drivers work fine against MongoDB server 3.4.9, 3.6.0 and 3.7.1.
This commit is contained in:
Christoph Strobl
2018-02-19 08:58:52 +01:00
parent b44c6cb59f
commit 5f7e252f87

View File

@@ -28,8 +28,8 @@
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>2.1.0.BUILD-SNAPSHOT</springdata.commons>
<mongo>3.6.2</mongo>
<mongo.reactivestreams>1.7.0</mongo.reactivestreams>
<mongo>3.6.3</mongo>
<mongo.reactivestreams>1.7.1</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>
</properties>