DATAMONGO-2489 - Upgrade to MongoDB 4.0 Drivers.

This commit is contained in:
Christoph Strobl
2020-03-06 09:20:55 +01:00
parent 7849b5333b
commit 96ffb0b7f4

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-rc0</mongo>
<mongo>4.0.0</mongo>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>
</properties>