DATAMONGO-2474 - Upgrade to MongoDB driver 4.0.0-rc0.

This commit is contained in:
Christoph Strobl
2020-02-14 07:44:03 +01:00
parent 65508eb01b
commit f153399c3b

View File

@@ -27,7 +27,7 @@
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>2.3.0.BUILD-SNAPSHOT</springdata.commons>
<mongo>4.0.0-beta1</mongo>
<mongo>4.0.0-rc0</mongo>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>
</properties>